diff --git a/CHANGELOG.md b/CHANGELOG.md index ba49646..842010f 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.4] - 2024-01-23 ### Fixed * fixed searches with middleware CLI enabled (GRIF-221) diff --git a/griffon/__init__.py b/griffon/__init__.py index 0646c41..de6fdca 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.3" +__version__ = "0.5.4" # 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"))