diff --git a/CHANGELOG.md b/CHANGELOG.md index c331f0059d..452b5ea770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ Changes +## 24.03.10b2 (2024-09-05) + +### Fixes +* Fix `Service.create()` SDK method and `service create` CLI command not working with `UnboundLocalError` exception ([#2806](https://github.com/lablup/backend.ai/issues/2806)) + + ## 24.03.10b1 (2024-09-04) ### Features diff --git a/VERSION b/VERSION index 0bd8677566..305ce03925 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.03.10b1 +24.03.10b2 diff --git a/changes/2806.fix.md b/changes/2806.fix.md deleted file mode 100644 index 94746a110d..0000000000 --- a/changes/2806.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix `Service.create()` SDK method and `service create` CLI command not working with `UnboundLocalError` exception