From c2b2a9446aaf51c9e2d024972bf5991ad0ca18e5 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Wed, 18 Dec 2024 15:02:38 +0000 Subject: [PATCH] bump version to 0.26.0 --- CHANGELOG.md | 14 ++++++++++---- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f87e0f7b..a94c5f48 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 -- added an endpoint for getting a person by name from LDAP - ### Changes -- updated to mex-common 0.45.0 and mex-model 3.4.0 - ### Deprecated ### Removed @@ -23,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.26.0] - 2024-12-18 + +### Added + +- added an endpoint for getting a person by name from LDAP + +### Changes + +- updated to mex-common 0.45.0 and mex-model 3.4.0 + ## [0.25.0] - 2024-12-10 ### Added diff --git a/pyproject.toml b/pyproject.toml index 1e0960d5..10be7614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-backend" -version = "0.25.0" +version = "0.26.0" description = "Backend server for the RKI metadata exchange." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }