From 2a4425d5c2e89af314a026fea3b67a9f1727fc57 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Thu, 9 Jun 2022 15:20:38 -0600 Subject: [PATCH] Release 2.9.10 notes --- VERSION | 2 +- docs/changelog.rst | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4ee4a30b7..089040982 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.9 +2.9.10 diff --git a/docs/changelog.rst b/docs/changelog.rst index 8da93c9ed..c71a2600f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,22 @@ Changelog --------- +2.9.10 +^^^^^^ + +Thursday June 9 2022 + +## What's Changed + +* [JUJU-1155] Avoid incorrectly setting `series: kubernetes` for sidecar charms in k8s bundles by @cderici in https://github.com/juju/python-libjuju/pull/679 +* [JUJU-1172] Visiting the pylibjuju CI by @cderici in https://github.com/juju/python-libjuju/pull/681 +* [JUJU-1124] Avoid sending path across the wire for local resource file name by @cderici in https://github.com/juju/python-libjuju/pull/678 + 2.9.9 ^^^^^ Wednesday April 26 2022 -## What's Changed - * [JUJU-835] Avoid ignoring asyncio exceptions in coroutines by @cderici in https://github.com/juju/python-libjuju/pull/658 * [JUJU-843] Attach-resource to check if given binary file by @cderici in https://github.com/juju/python-libjuju/pull/659 * [JUJU-858] Add quality of life feature ensure application removal at return by @cderici in https://github.com/juju/python-libjuju/pull/665