diff --git a/VERSION b/VERSION index b5c3d743..dc14bb33 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.44.0 \ No newline at end of file +2.9.44.1 \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index d4a12223..9adc78cc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,22 @@ Changelog --------- -2.9.44.0 +2.9.44.1 ^^^^^^^^ -Thursday Jul 20 2023 +Tuesday Sep 5 2023 ## What's Changed +* Cleanup release process by @cderici in https://github.com/juju/python-libjuju/pull/921 +* [JUJU-4488] Add licence headers to source files by @cderici in https://github.com/juju/python-libjuju/pull/933 +* Parse nested assumes expressions by @cderici in https://github.com/juju/python-libjuju/pull/940 + +2.9.44.0 +^^^^^^^^ + +Thursday Jul 20 2023 + * [JUJU-4110] `charm_name` on Application object by @cderici in https://github.com/juju/python-libjuju/pull/901 * [JUJU-4204] Model.name on 2.9 by @cderici in https://github.com/juju/python-libjuju/pull/902 * [JUJU-4231] wait_for_idle to consider app status by @cderici in https://github.com/juju/python-libjuju/pull/905