From a9f6c5fbe5735b179d41ae600756c70180edf583 Mon Sep 17 00:00:00 2001 From: Simon Richardson Date: Wed, 16 Jun 2021 09:42:00 +0100 Subject: [PATCH] Release 2.9.1 notes 2.9.1 ^^^^^ Wednesday June 16 2021 * Bug fix - Bundle Exposed endpoints missing #502 * Bug fix - Fix series requirement for local charms #504 * Add local charm update support #507 --- VERSION | 2 +- docs/changelog.rst | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c8e38b614..dedcc7d43 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.0 +2.9.1 diff --git a/docs/changelog.rst b/docs/changelog.rst index 1a684ce14..f8f355f4d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,15 @@ Changelog --------- +2.9.1 +^^^^^ + +Wednesday June 16 2021 + +* Bug fix - Bundle Exposed endpoints missing #502 +* Bug fix - Fix series requirement for local charms #504 +* Add local charm update support #507 + 2.9.0 ^^^^^