diff --git a/CHANGELOG.released.md b/CHANGELOG.released.md index 20aad95fe53..896ba1104c4 100644 --- a/CHANGELOG.released.md +++ b/CHANGELOG.released.md @@ -7,6 +7,16 @@ 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.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) + +### Added +- Turned successful dataset conversions into a clickable link. [#6583](https://github.com/scalableminds/webknossos/pull/6583) + +### Fixed +- Fixed a rare crash in newer Firefox versions. [#6561](https://github.com/scalableminds/webknossos/pull/6561) +- Fixed the positions of precomputed meshes when using a v3 mesh file. [#6588](https://github.com/scalableminds/webknossos/pull/6588) + ## [22.11.0](https://github.com/scalableminds/webknossos/releases/tag/22.11.0) - 2022-10-24 [Commits](https://github.com/scalableminds/webknossos/compare/22.10.0...22.11.0) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index d20eda4fb63..9f907e64d9e 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -8,16 +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.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/22.11.1...HEAD) ### Added -- Turned successful dataset conversions into a clickable link. [#6583](https://github.com/scalableminds/webknossos/pull/6583) ### Changed ### Fixed -- Fixed a rare crash in newer Firefox versions. [#6561](https://github.com/scalableminds/webknossos/pull/6561) -- Fixed the positions of precomputed meshes when using a v3 mesh file. [#6588](https://github.com/scalableminds/webknossos/pull/6588) ### Removed diff --git a/MIGRATIONS.released.md b/MIGRATIONS.released.md index d4c8e75f495..0c9b3e659a5 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.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) + +### Postgres Evolutions: + + ## [22.11.0](https://github.com/scalableminds/webknossos/releases/tag/22.11.0) - 2022-10-24 [Commits](https://github.com/scalableminds/webknossos/compare/22.10.0...22.11.0) @@ -464,4 +470,4 @@ No migrations necessary. ## [18.07.0](https://github.com/scalableminds/webknossos/releases/tag/18.07.0) - 2018-07-05 -First release +First release \ No newline at end of file diff --git a/MIGRATIONS.unreleased.md b/MIGRATIONS.unreleased.md index 822039a11de..98d0767133d 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.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/22.11.1...HEAD) ### Postgres Evolutions: