diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c3d90..b9e88c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0] - 2024-04-05 + +### Changed + +- Just a version number bump because 0.5.0 was yanked temporarily while + dealing with code dependent on certain internal default values in fidelius + 0.4.0 that were removed + + ## [0.5.0] - 2024-04-05 ### Changed diff --git a/fidelius/__init__.py b/fidelius/__init__.py index 34249b8..e16bff7 100644 --- a/fidelius/__init__.py +++ b/fidelius/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.5.0' +__version__ = '0.6.0' __author__ = 'Thordur Matthiasson ' __license__ = 'MIT License'