diff --git a/CHANGELOG.md b/CHANGELOG.md index d166642..e822553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ This file documents any relevant changes. -## [2.0.2] 2024-07-29 -- chore: added support for gcloudfunctions gen2 +## [2.0.3] 2024-07-29 - fix: breaking typo +## [2.0.2] 2024-07-26 +- chore: added support for gcloudfunctions gen2 + ## [2.0.1] 2024-05-06 - bugfix: removed project.json profile "core" validation throughout the project diff --git a/src/viur_cli/version.py b/src/viur_cli/version.py index 6a584f6..2a45326 100644 --- a/src/viur_cli/version.py +++ b/src/viur_cli/version.py @@ -1,3 +1,3 @@ -__version__ = "2.0.2" +__version__ = "2.0.3" MINIMAL_PIPENV = "2023.11.15"