diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8efbd..6f19f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [0.5.1] - 2024-01-19 ### Changed * --filter-rh-naming enabled by default (GRIF-121) * --include-root-containers filters on the query (not the output) diff --git a/griffon/__init__.py b/griffon/__init__.py index 8965823..e77d63d 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.0" +__version__ = "0.5.1" # 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"))