From f47d71616e1606ad8715841f02abf7fdeba152b7 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Tue, 13 Dec 2022 12:32:19 +0000 Subject: [PATCH] prepare release v1.16.0 --- CHANGELOG.md | 6 ++++++ debian/changelog | 7 +++++++ linstor/version.py | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a16d0..2d4e11e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.16.0] - 2022-12-13 + +### Added + +- Add node-connection methods + ## [1.15.1] - 2022-10-18 ### Added diff --git a/debian/changelog b/debian/changelog index c52d3a8..9cd2ba4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-linstor (1.16.0-1) experimental; urgency=medium + + [ Gabor Hernadi ] + * Add Node-Connections + + -- Rene Peinthor Tue, 13 Dec 2022 12:31:31 +0000 + python-linstor (1.15.1-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor/version.py b/linstor/version.py index 6b69db2..781742d 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.15.1" +VERSION = "1.16.0"