diff --git a/CHANGELOG.md b/CHANGELOG.md index 0194316dce..2854a00524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,15 @@ Changes +## 23.09.10rc5 (2024-03-13) + +### Features +* Add the `--non-interactive` flag to the TUI installer ([#1922](https://github.com/lablup/backend.ai/issues/1922)) + +### Fixes +* Fix graylog log backend not working when `localname` config is set ([#1951](https://github.com/lablup/backend.ai/issues/1951)) + + ## 23.09.10rc4 (2024-03-06) No significant changes. diff --git a/VERSION b/VERSION index c5af7ce70b..8f19e135ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.09.10rc4 +23.09.10rc5 diff --git a/changes/1922.feature.md b/changes/1922.feature.md deleted file mode 100644 index 9fede40833..0000000000 --- a/changes/1922.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add the `--non-interactive` flag to the TUI installer diff --git a/changes/1951.fix.md b/changes/1951.fix.md deleted file mode 100644 index ba74f84b7d..0000000000 --- a/changes/1951.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix graylog log backend not working when `localname` config is set