diff --git a/CHANGELOG.md b/CHANGELOG.md index c40066c..53edfb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ 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.1.24] - 2023-04-20 ### Changed +- deactivate progress bar when performing entity CRUD - enabled community searching when using --search-all ### Added - added --search-redhat diff --git a/griffon/__init__.py b/griffon/__init__.py index 9af8a8f..baea4d2 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -12,7 +12,7 @@ from griffon.output import console -__version__ = "0.1.23" +__version__ = "0.1.24" if "CORGI_API_URL" not in os.environ: print("Must set CORGI_API_URL environment variable.")