diff --git a/CHANGELOG.md b/CHANGELOG.md index c16c3fd7..13f129b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v11.2.0 - 2024-04-15 + +### [11.2.0](https://github.com/eduNEXT/eox-tenant/compare/v11.1.1...v11.2.0) (2024-04-15) + +#### Features + +* separate studio config and handler ([#185](https://github.com/eduNEXT/eox-tenant/issues/185)) ([17cf513](https://github.com/eduNEXT/eox-tenant/commit/17cf513b6b5fe5a74f4de5ea331a6edb1b0fab45)) + ## v11.1.1 - 2024-04-12 ### [11.1.1](https://github.com/eduNEXT/eox-tenant/compare/v11.1.0...v11.1.1) (2024-04-12) diff --git a/eox_tenant/__init__.py b/eox_tenant/__init__.py index 2a41da72..b3244b9e 100644 --- a/eox_tenant/__init__.py +++ b/eox_tenant/__init__.py @@ -1,4 +1,4 @@ """ Init for eox-tenant. """ -__version__ = '11.1.1' +__version__ = '11.2.0' diff --git a/setup.cfg b/setup.cfg index 0febccfc..ea9f9feb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 11.1.1 +current_version = 11.2.0 commit = False tag = False