From 317e4ee3139bc69fcd32d13435941215f518969a Mon Sep 17 00:00:00 2001 From: hamzawaleed01 Date: Thu, 25 Jan 2024 16:40:51 +0500 Subject: [PATCH] chore: bump version + add changelog --- CHANGELOG.rst | 5 +++++ enterprise/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dbe6228f6c..77bf5295e0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,11 @@ Change Log Unreleased ---------- +[4.11.0] +-------- + +feat: update cornerstone client to store API calls in DB + [4.10.9] -------- diff --git a/enterprise/__init__.py b/enterprise/__init__.py index dd3b6160f6..f2d38d70bf 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,4 +2,4 @@ Your project description goes here. """ -__version__ = "4.10.9" +__version__ = "4.11.0"