diff --git a/release-notes.md b/release-notes.md index 6584dd5..5ff0f84 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.22.2 (2026-07-14) + ### Upgrades * ⬆️ Bump to rich-toolkit 0.20.3 to fix logs not being preserved in CI. PR [#299](https://github.com/fastapilabs/fastapi-cloud-cli/pull/299) by [@patrick91](https://github.com/patrick91). diff --git a/src/fastapi_cloud_cli/__init__.py b/src/fastapi_cloud_cli/__init__.py index d74a474..4212c29 100644 --- a/src/fastapi_cloud_cli/__init__.py +++ b/src/fastapi_cloud_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.22.1" +__version__ = "0.22.2"