From efe8e5ac8cfda0c602da30cdbe2effe057cc19bc Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Mon, 25 Nov 2024 15:14:15 +0000 Subject: [PATCH] bump version to 0.24.0 --- CHANGELOG.md | 14 ++++++++++---- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aaa04ae..d388a5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,18 +11,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes -- clean up non-functional cypher query style issues - ### Deprecated ### Removed ### Fixed -- do not raise server error when search query is not found - ### Security +## [0.24.0] - 2024-11-25 + +### Changes + +- clean up non-functional cypher query style issues + +### Fixed + +- do not raise server error when search query is not found + ## [0.23.0] - 2024-11-19 ### Changes diff --git a/pyproject.toml b/pyproject.toml index 88d51da0..59ee7353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-backend" -version = "0.23.0" +version = "0.24.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" }