From beb6ef1dcacb3971299aa293bdfd7639ce685821 Mon Sep 17 00:00:00 2001 From: "pr-submit[bot]" Date: Thu, 27 Aug 2026 14:32:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.24.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 2 ++ src/fastapi_cloud_cli/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"