diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c85c191a..ce79776051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,15 @@ Changes +## 22.09.0b2 (2022-08-18) + +### Features +* Reduce the initial startup latency of service daemons and CLI (`./backend.ai`) by more than 50% in the development setups using Pants ([#663](https://github.com/lablup/backend.ai/issues/663)) + +### Fixes +* Add missing lazy-imported cli modules in the package ([#664](https://github.com/lablup/backend.ai/issues/664)) + + ## 22.09.0b1 (2022-08-18) ### Features diff --git a/VERSION b/VERSION index dab854802f..eb66f51ba6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -22.09.0b1 \ No newline at end of file +22.09.0b2 \ No newline at end of file diff --git a/changes/663.feature.md b/changes/663.feature.md deleted file mode 100644 index da2feb11e3..0000000000 --- a/changes/663.feature.md +++ /dev/null @@ -1 +0,0 @@ -Reduce the initial startup latency of service daemons and CLI (`./backend.ai`) by more than 50% in the development setups using Pants diff --git a/changes/664.fix.md b/changes/664.fix.md deleted file mode 100644 index 58042abe53..0000000000 --- a/changes/664.fix.md +++ /dev/null @@ -1 +0,0 @@ -Add missing lazy-imported cli modules in the package