diff --git a/release-notes.md b/release-notes.md index ac5a757..b12f842 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.23.0 (2026-07-28) + ### Features * ✨ Handle archive size limit. PR [#305](https://github.com/fastapilabs/fastapi-cloud-cli/pull/305) by [@buurro](https://github.com/buurro). diff --git a/src/fastapi_cloud_cli/__init__.py b/src/fastapi_cloud_cli/__init__.py index 4212c29..8b301a7 100644 --- a/src/fastapi_cloud_cli/__init__.py +++ b/src/fastapi_cloud_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.22.2" +__version__ = "0.23.0"