diff --git a/VERSION b/VERSION index 374a4485..ec285fb6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.3.0 +3.3.0.0 diff --git a/docs/changelog.rst b/docs/changelog.rst index bfe7e594..8d784c06 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,23 @@ Changelog --------- -3.2.3.0 +3.3.0.0 ^^^^^^^ ## What's Changed +The main contribution of this release is the user secrets that's released as a part of Juju 3.3. + +Thursday 30th Nov 2023 + +* Free pyblijuju from relying on juju client when connecting to a controller by @cderici in https://github.com/juju/python-libjuju/pull/984 +* Handle FileNotFoundError on current_controller() by @DanielArndt in https://github.com/juju/python-libjuju/pull/937 +* Add support for adding user secrets by @cderici in https://github.com/juju/python-libjuju/pull/986 +* Complete support for user secrets by @cderici in https://github.com/juju/python-libjuju/pull/987 + +3.2.3.0 +^^^^^^^ + Thursday 26th Oct 2023 * Repository Maintenance Improvements by @cderici in https://github.com/juju/python-libjuju/pull/922 @@ -34,7 +46,6 @@ Thursday 26th Oct 2023 * [JUJU-4779] Ensure valid charm origin for local charm switches by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/978 * Application refresh with resources on 3.x by @cderici in https://github.com/juju/python-libjuju/pull/973 - 3.2.2.0 ^^^^^^^