diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d5bb14..9da1278c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes -- update mex-model to version 2.5 - ### Deprecated ### Removed @@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.27.1] - 2024-06-14 + +### Changes + +- update mex-model to version 2.5 + ## [0.27.0] - 2024-06-10 ### Added diff --git a/pyproject.toml b/pyproject.toml index cd0e9a6f..bc6be837 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.27.0" +version = "0.27.1" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }