diff --git a/CHANGELOG.released.md b/CHANGELOG.released.md index 896ba1104c4..7a14607fc93 100644 --- a/CHANGELOG.released.md +++ b/CHANGELOG.released.md @@ -7,6 +7,15 @@ 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). +## [22.11.2](https://github.com/scalableminds/webknossos/releases/tag/22.11.2) - 2022-11-10 +[Commits](https://github.com/scalableminds/webknossos/compare/22.11.1...22.11.2) + +### Changed +- When merging annotations, bounding boxes are no longer duplicated. [#6576](https://github.com/scalableminds/webknossos/pull/6576) + +### Fixed +- Fixed importing a dataset from disk. [#6615](https://github.com/scalableminds/webknossos/pull/6615) + ## [22.11.1](https://github.com/scalableminds/webknossos/releases/tag/22.11.1) - 2022-10-27 [Commits](https://github.com/scalableminds/webknossos/compare/22.11.0...22.11.1) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 48faf6862b6..29913fe7070 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -8,15 +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/22.11.1...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/22.11.2...HEAD) ### Added ### Changed -- When merging annotations, bounding boxes are no longer duplicated. [#6576](https://github.com/scalableminds/webknossos/pull/6576) ### Fixed -- Fixed importing a dataset from disk. [#6615](https://github.com/scalableminds/webknossos/pull/6615) ### Removed diff --git a/MIGRATIONS.released.md b/MIGRATIONS.released.md index 0c9b3e659a5..bfaa71e2845 100644 --- a/MIGRATIONS.released.md +++ b/MIGRATIONS.released.md @@ -5,6 +5,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). +## [22.11.2](https://github.com/scalableminds/webknossos/releases/tag/22.11.2) - 2022-11-10 +[Commits](https://github.com/scalableminds/webknossos/compare/22.11.1...22.11.2) + +### Postgres Evolutions: + + ## [22.11.1](https://github.com/scalableminds/webknossos/releases/tag/22.11.1) - 2022-10-27 [Commits](https://github.com/scalableminds/webknossos/compare/22.11.0...22.11.1) diff --git a/MIGRATIONS.unreleased.md b/MIGRATIONS.unreleased.md index 98d0767133d..88834f8eccd 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/22.11.1...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/22.11.2...HEAD) ### Postgres Evolutions: