diff --git a/CHANGELOG.released.md b/CHANGELOG.released.md index 740bb59d023..5efbec4698d 100644 --- a/CHANGELOG.released.md +++ b/CHANGELOG.released.md @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md). +## [24.02.2](https://github.com/scalableminds/webknossos/releases/tag/24.02.2) - 2024-02-15 +[Commits](https://github.com/scalableminds/webknossos/compare/24.02.1...24.02.2) + +### Fixed +- Fixed a bug where the annotation list in the dashboard would attempt to display deleted annotations, and then fail. [#7628](https://github.com/scalableminds/webknossos/pull/7628) + ## [24.02.1](https://github.com/scalableminds/webknossos/releases/tag/24.02.1) - 2024-02-15 [Commits](https://github.com/scalableminds/webknossos/compare/24.02.0...24.02.1) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 1b3ec0e953f..42472621f7f 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -8,14 +8,13 @@ and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MIC For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md). ## Unreleased -[Commits](https://github.com/scalableminds/webknossos/compare/24.02.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/24.02.2...HEAD) ### Added ### Changed ### Fixed -- Fixed a bug where the annotation list in the dashboard would attempt to display deleted annotations, and then fail. [#7628](https://github.com/scalableminds/webknossos/pull/7628) ### Removed diff --git a/MIGRATIONS.released.md b/MIGRATIONS.released.md index a7aa266af10..bac967c3b64 100644 --- a/MIGRATIONS.released.md +++ b/MIGRATIONS.released.md @@ -6,6 +6,12 @@ See `MIGRATIONS.unreleased.md` for the changes which are not yet part of an offi This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. User-facing changes are documented in the [changelog](CHANGELOG.released.md). +## [24.02.2](https://github.com/scalableminds/webknossos/releases/tag/24.02.2) - 2024-02-15 +[Commits](https://github.com/scalableminds/webknossos/compare/24.02.1...24.02.2) + +## [24.02.1](https://github.com/scalableminds/webknossos/releases/tag/24.02.2) - 2024-02-15 +[Commits](https://github.com/scalableminds/webknossos/compare/24.02.0...24.02.1) + ## [24.02.0](https://github.com/scalableminds/webknossos/releases/tag/24.02.0) - 2024-01-26 [Commits](https://github.com/scalableminds/webknossos/compare/23.12.0...24.02.0) - The config `setting play.http.secret.key` (secret random string) now requires a minimum length of 32 bytes. @@ -663,4 +669,4 @@ No migrations necessary. ## [18.07.0](https://github.com/scalableminds/webknossos/releases/tag/18.07.0) - 2018-07-05 -First release \ No newline at end of file +First release diff --git a/MIGRATIONS.unreleased.md b/MIGRATIONS.unreleased.md index a0e7b4efa23..0ee682d94b8 100644 --- a/MIGRATIONS.unreleased.md +++ b/MIGRATIONS.unreleased.md @@ -6,6 +6,6 @@ This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. User-facing changes are documented in the [changelog](CHANGELOG.released.md). ## Unreleased -[Commits](https://github.com/scalableminds/webknossos/compare/24.02.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/24.02.2...HEAD) ### Postgres Evolutions: