From 03ee1bf268eadfa248a391537afaa7371191d5da Mon Sep 17 00:00:00 2001 From: "Mitch Harding (the weird one)" Date: Tue, 30 Jul 2024 11:47:42 -0400 Subject: [PATCH] Release 2.23.0 for CSM 1.6 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db81793e..b3d088ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.23.0] - 2024-07-30 ### Added - New BOS v2 option `session_limit_required` - If set, new sessions must have a limit specified @@ -23,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Dependencies - Pin major/minor versions for Python packages, but use latest patch version -## [2.22.0] +## [2.22.0] - 2024-07-23 ### Added - Add request timeouts to BOS reporter API calls - Create new BOS v2 `max_component_batch_size` option to limit number of components a BOS operator @@ -39,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Removed redundant `duration_to_timedelta` function definition from BOS reporter source. -## [2.21.0] +## [2.21.0] - 2024-07-12 ### Fixed - The applystage operation works again. It was broken when multi-tenancy support was added.