Skip to content

Commit

Permalink
docs: release 2.12.0 CHANGES and version (#1169)
Browse files Browse the repository at this point in the history
Edit `CHANGES.md` and `version.py` for release 2.12.0.
  • Loading branch information
IronCore864 authored Mar 28, 2024
1 parent d148026 commit 2da708a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next - TBD
# 2.12.0 - 28 Mar 2024

## Features

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ops/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 2da708a

Please sign in to comment.