diff --git a/CHANGELOG.md b/CHANGELOG.md index e936d2032060d8931259de3770a3382e9e2ebcac..1a5ce7c8bc218db5278be5914c111a70f4ba6b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - -### Added - -### Changed - -### Deprecated - -### Removed +## [0.12.2] - 2024-03-18 ### Fixed @@ -21,8 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [linkahead-server#250](https://gitlab.com/linkahead/linkahead-server/-/issues/250) * Legacy integer ids are incremented by 1 again, not by 2. -### Security - ## [0.12.1] - 2023-12-13 (Timm Fitschen) diff --git a/CITATION.cff b/CITATION.cff index 77f724679e3c57ef44e9380af8ded72cb7a30410..263a87208f2201b2aeb0038fc82019a621b1f3af 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,6 +23,6 @@ authors: given-names: Stefan orcid: https://orcid.org/0000-0001-7214-8125 title: "CaosDB - Server" -version: 0.12.1 +version: 0.12.2 doi: 10.3390/data4020083 -date-released: 2023-12-13 +date-released: 2024-03-18 diff --git a/pom.xml b/pom.xml index abe5e2827883f9445f02505294881134aefb4c1f..9fe424c144419a774b53144af2d0f977d7ea50e2 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.caosdb</groupId> <artifactId>caosdb-server</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.12.2</version> <packaging>jar</packaging> <name>CaosDB Server</name> <scm> diff --git a/src/doc/conf.py b/src/doc/conf.py index 530d8d653c6946b1c64738d7ad129f43d00afa8e..a8167d4da6cc24865aba836056f2c5da58eec880 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH' author = 'Daniel Hornung, Timm Fitschen' # The short X.Y version -version = '0.13.0' +version = '0.12.2' # The full version, including alpha/beta/rc tags -release = '0.13.0-dev' +release = '0.12.2' # -- General configuration ---------------------------------------------------