diff --git a/release-notes.md b/release-notes.md index a396bffe..4358da6d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.24.0 (2026-08-27) + ### Features * ✨ Add `fastapi cloud integrations resources disconnect`. PR [#329](https://github.com/fastapilabs/fastapi-cloud-cli/pull/329) by [@patrick91](https://github.com/patrick91). diff --git a/src/fastapi_cloud_cli/__init__.py b/src/fastapi_cloud_cli/__init__.py index 8b301a77..770bb8d0 100644 --- a/src/fastapi_cloud_cli/__init__.py +++ b/src/fastapi_cloud_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.23.0" +__version__ = "0.24.0"