diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e24e01..0b16ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.23.0] - 2024-07-11 + ### Added - Autoplacer: Add --x-replicas-on-different option diff --git a/debian/changelog b/debian/changelog index 756d801..7b61745 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +python-linstor (1.23.0-1) experimental; urgency=medium + + [ Rene Peinthor ] + * gitlab: add ubuntu-noble to build + + [ Gabor Hernadi ] + * Autoplace: Add --x-replicas-on-different option + * resource_delete: Add keep_tiebreaker parameter + + -- Rene Peinthor Thu, 11 Jul 2024 09:24:46 +0000 + python-linstor (1.22.0-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor/version.py b/linstor/version.py index 92bd8b9..809f90a 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.22.0" +VERSION = "1.23.0"