From 565a6b078047b890304bb4317650ba236ed72fb8 Mon Sep 17 00:00:00 2001 From: Eugen C <1533818+armab@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:22:35 +0100 Subject: [PATCH] Prepare for orquesta v1.6.0 release --- CHANGELOG.rst | 12 ++++++++---- orquesta/__init__.py | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b0c9b74..38bec8fc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -In Development --------------- +1.6.0 +----- Changed ~~~~~~~ @@ -13,9 +13,13 @@ Changed Contributed by @AndroxxTraxxon * Add Python versions 3.9, 3.10, and 3.11 to the test matrix Contributed by @AndroxxTraxxon -* Update networkx >=2.6 for Python 3.8 to fix insecure deserialization #255 (improvement) + +Fixed +~~~~~ + +* Update networkx >=2.6 for Python 3.8 to fix insecure deserialization #255 (security fix) Contributed by @Stealthii -* Update jsonschema requirements to allow 3.2 (improvement) +* Update jsonschema requirements to allow 3.2 (security fix) Contributed by @james-bellamy 1.5.0 diff --git a/orquesta/__init__.py b/orquesta/__init__.py index 506a36e3..f8ed314e 100644 --- a/orquesta/__init__.py +++ b/orquesta/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.5.0" +__version__ = "1.6.0"