From ce38d0b53dcbdd0d8c351c18155c46e9bddc4338 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Thu, 8 Feb 2024 15:05:13 -0700 Subject: [PATCH] Release 2.9.46.1 notes --- VERSION | 2 +- docs/changelog.rst | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index bbacfabaa..80db441bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.46.0 \ No newline at end of file +2.9.46.1 \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index a235eb8ec..6fd84b252 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,23 @@ Changelog --------- -2.9.46.0 +2.9.46.1 ^^^^^^^^ -Tuesday Dec 5 2023 +Thursday Feb 8 2024 ## What's Changed +* Drop use of walrus operator by @freyes in https://github.com/juju/python-libjuju/pull/993 +* No controller model access needed for connection with a non-admin user by @cderici in https://github.com/juju/python-libjuju/pull/1003 +* Password resolution in connector by @cderici in https://github.com/juju/python-libjuju/pull/1002 +* Remove dependency to juju-cli for controller_name by @cderici in https://github.com/juju/python-libjuju/pull/1009 + +2.9.46.0 +^^^^^^^^ + +Tuesday Dec 5 2023 + * Pass websocket Close frame into ConnectionClosed by @cderici in https://github.com/juju/python-libjuju/pull/990