diff --git a/CHANGELOG.released.md b/CHANGELOG.released.md index 2fc8c134b48..42189fc43c0 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). +## [23.02.1](https://github.com/scalableminds/webknossos/releases/tag/23.02.1) - 2023-02-07 +[Commits](https://github.com/scalableminds/webknossos/compare/23.02.0...23.02.1) + +### Fixed +- Fixed a benign error message which briefly appeared after logging in. [#6810](https://github.com/scalableminds/webknossos/pull/6810) + ## [23.02.0](https://github.com/scalableminds/webknossos/releases/tag/23.02.0) - 2023-02-01 [Commits](https://github.com/scalableminds/webknossos/compare/23.01.0...23.02.0) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index ed171930034..3a2328b574a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -8,7 +8,7 @@ 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/23.02.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/23.02.1...HEAD) ### Added - Remote datasets can now also be streamed from Google Cloud Storage URIs (`gs://`). [#6775](https://github.com/scalableminds/webknossos/pull/6775) @@ -18,7 +18,6 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released - Rewrite the database tools in `tools/postgres` to JavaScript and adding support for non-default Postgres username-password combinations. [#6803](https://github.com/scalableminds/webknossos/pull/6803) ### Fixed -- Fixed a benign error message which briefly appeared after logging in. [#6810](https://github.com/scalableminds/webknossos/pull/6810) - Fixed saving allowed teams in dataset settings. [#6817](https://github.com/scalableminds/webknossos/pull/6817) - Fixed log streaming in Voxelytics workflow reports. [#6828](https://github.com/scalableminds/webknossos/pull/6828) diff --git a/MIGRATIONS.released.md b/MIGRATIONS.released.md index 340da66a1a0..33126e1b751 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). +## [23.02.1](https://github.com/scalableminds/webknossos/releases/tag/23.02.1) - 2023-02-07 +[Commits](https://github.com/scalableminds/webknossos/compare/23.02.0...23.02.1) + +### Postgres Evolutions: +None. + ## [23.02.0](https://github.com/scalableminds/webknossos/releases/tag/23.02.0) - 2023-02-01 [Commits](https://github.com/scalableminds/webknossos/compare/23.01.0...23.02.0) @@ -511,4 +517,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 1cb642c190a..2c2c8c6f4a1 100644 --- a/MIGRATIONS.unreleased.md +++ b/MIGRATIONS.unreleased.md @@ -6,7 +6,7 @@ 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/23.02.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/23.02.1...HEAD) - WEBKNOSSOS now requires Node.js not only for development and building, but also for execution. The prebuilt Docker images already contain this dependency. If you're using these, nothing needs to be changed. [#6803](https://github.com/scalableminds/webknossos/pull/6803)