diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c938b..97fa021 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-common to 0.47.0 - ### Deprecated ### Removed @@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.25.0] - 2025-01-23 + +### Changes + +- update mex-common to 0.47.0 + ## [0.24.1] - 2025-01-21 ### Changes diff --git a/pyproject.toml b/pyproject.toml index 4b069f0..fb63082 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-extractors" -version = "0.24.1" +version = "0.25.0" description = "ETL pipelines for the RKI Metadata Exchange." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }