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