diff --git a/release-notes.md b/release-notes.md index f56af05..6810f1c 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.21.0 (2026-06-24) + ### Features * ✨ Add --json support for logout command. PR [#269](https://github.com/fastapilabs/fastapi-cloud-cli/pull/269) by [@patrick91](https://github.com/patrick91). diff --git a/src/fastapi_cloud_cli/__init__.py b/src/fastapi_cloud_cli/__init__.py index 5f4bb0b..6a726d8 100644 --- a/src/fastapi_cloud_cli/__init__.py +++ b/src/fastapi_cloud_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.20.0" +__version__ = "0.21.0"