diff --git a/CHANGELOG.md b/CHANGELOG.md index 732e62c..b2ee041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.2.3] - 2023-05-24 +### Changed +- fixed summary counts +- ## [0.2.2] - 2023-05-24 ### Changed - fix --search-upstreams diff --git a/griffon/__init__.py b/griffon/__init__.py index 4958dd1..59c921b 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -12,7 +12,7 @@ from griffon.output import console -__version__ = "0.2.2" +__version__ = "0.2.3" if "CORGI_API_URL" not in os.environ: print("Must set CORGI_API_URL environment variable.")