diff --git a/release-notes.md b/release-notes.md index c02bf69..189894f 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.22.1 (2026-07-01) + ### Fixes * 🐛 Validate app logs tail limit before request. PR [#287](https://github.com/fastapilabs/fastapi-cloud-cli/pull/287) by [@patrick91](https://github.com/patrick91). diff --git a/src/fastapi_cloud_cli/__init__.py b/src/fastapi_cloud_cli/__init__.py index 5963297..d74a474 100644 --- a/src/fastapi_cloud_cli/__init__.py +++ b/src/fastapi_cloud_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.22.0" +__version__ = "0.22.1"