diff --git a/CHANGELOG.md b/CHANGELOG.md index 4645d21f..41958e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v14.3.0](https://github.com/eduNEXT/eox-tenant/compare/v14.2.1...v14.3.0) - (2026-03-12) + +### Fixed +- Fix tenant async settings handling. +- Support Celery task protocol v2. +- Adjust tests and revert unused signal line removal. + ## [v14.2.1](https://github.com/eduNEXT/eox-tenant/compare/v14.2.0...v14.2.1) - (2026-01-20) ### Changed diff --git a/eox_tenant/__init__.py b/eox_tenant/__init__.py index 6c79cc6c..cb6cc2ed 100644 --- a/eox_tenant/__init__.py +++ b/eox_tenant/__init__.py @@ -1,4 +1,4 @@ """ Init for eox-tenant. """ -__version__ = '14.2.1' +__version__ = '14.3.0' diff --git a/setup.cfg b/setup.cfg index b5ef158c..6b6c7006 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 14.2.1 +current_version = 14.3.0 commit = False tag = False