diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ebce89f..000c0e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- organigram extraction checks for duplicate emails/labels in different organigram units - ### Changes -- upgrade mex-model dependency to version 3.2 - ### Deprecated ### Removed @@ -23,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.41.0] - 2024-11-18 + +### Added + +- organigram extraction checks for duplicate emails/labels in different organigram units + +### Changes + +- upgrade mex-model dependency to version 3.2 + ## [0.40.0] - 2024-10-28 ### Changes diff --git a/pyproject.toml b/pyproject.toml index e7bafa3c..4fadcd4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.40.0" +version = "0.41.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }