diff --git a/CHANGELOG.md b/CHANGELOG.md index 233ceed9..618883a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- merging logic to mex-common - ### Changes ### Deprecated @@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.47.0] - 2025-01-23 + +### Added + +- merging logic to mex-common + ## [0.46.0] - 2025-01-09 ### Added diff --git a/pyproject.toml b/pyproject.toml index 2d793fe1..c95c00ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.46.0" +version = "0.47.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }