From 2da708a20b45e6335a98ee1bd01522d617845710 Mon Sep 17 00:00:00 2001 From: Tiexin Guo Date: Thu, 28 Mar 2024 13:32:01 +0800 Subject: [PATCH] docs: release 2.12.0 CHANGES and version (#1169) Edit `CHANGES.md` and `version.py` for release 2.12.0. --- CHANGES.md | 5 ++++- ops/version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f67279ab8..684d42b12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# Next - TBD +# 2.12.0 - 28 Mar 2024 ## Features @@ -12,6 +12,9 @@ * Change `Model.relation.app` type from `Application|None` to `Application` (#1151) * Fix attaching storage in Harness before `begin` (#1150) * Fixed an issue where `pebble.Client.exec` might leak a `socket.timeout` (`builtins.TimeoutError`) exception (#1155) +* Add a consistency check and default network to `add_relation` (#1138) +* Don't special-case `get_relation` behaviour in `leader-elected` (#1156) +* Accept `type: secret` for config options (#1167) ## Refactoring diff --git a/ops/version.py b/ops/version.py index 926d1fb87..5e217c227 100644 --- a/ops/version.py +++ b/ops/version.py @@ -17,4 +17,4 @@ This module is NOT to be used when developing charms using ops. """ -version: str = '2.12.0.dev0' +version: str = '2.12.0'