From 2ddcfb297d1515f03953da4cc924a0cd7c86fc22 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Tue, 5 Dec 2023 09:03:55 -0700 Subject: [PATCH] Release 2.9.46.0 notes --- VERSION | 2 +- docs/changelog.rst | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f4251e80..bbacfaba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.45.0 \ No newline at end of file +2.9.46.0 \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 151e76fc..a235eb8e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,21 @@ Changelog --------- -2.9.45.0 +2.9.46.0 ^^^^^^^^ -Thursday Oct 26 2023 +Tuesday Dec 5 2023 ## What's Changed +* Pass websocket Close frame into ConnectionClosed by @cderici in https://github.com/juju/python-libjuju/pull/990 + + +2.9.45.0 +^^^^^^^^ + +Thursday Oct 26 2023 + * Deploy by revision on 2.9 by @cderici in https://github.com/juju/python-libjuju/pull/957 * Application refresh with resources by @cderici in https://github.com/juju/python-libjuju/pull/960 * Improve jujudata to find controller name by endpoint by @cderici in https://github.com/juju/python-libjuju/pull/964