diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b6700..cac1193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.5.2] - 2024-01-21 + ### Changed * removed --search-redhat on service products-contain-component * several minor output fixes diff --git a/griffon/__init__.py b/griffon/__init__.py index e77d63d..62c3c4c 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -18,7 +18,7 @@ from griffon.helpers import Color, Style from griffon.output import console -__version__ = "0.5.1" +__version__ = "0.5.2" # TODO: Deprecate CORGI_API_URL completely in the next version or two CORGI_SERVER_URL = os.getenv("CORGI_SERVER_URL", os.getenv("CORGI_API_URL"))