diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a088259..2ecce4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- do not wrap field types in `setValues` in mapping rules in another list - ### Security +## [0.49.2] - 2025-01-29 + +### Fixed + +- do not wrap field types in `setValues` in mapping rules in another list + ## [0.49.1] - 2025-01-29 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index c75b6d7b..181f480b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.49.1" +version = "0.49.2" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }