diff --git a/CHANGELOG.md b/CHANGELOG.md index 595f22a1..2898369e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. 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). +## [2.22.0] - 2024-05-31 11:12:13 + +### Fixed + +- Bug causing reforms affecting data to not affect caches. + ## [2.21.8] - 2024-05-14 15:33:07 ### Fixed @@ -682,6 +688,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.22.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.8...2.22.0 [2.21.8]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.7...2.21.8 [2.21.7]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.6...2.21.7 [2.21.6]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.5...2.21.6 diff --git a/changelog.yaml b/changelog.yaml index 2d66b21a..c4b69e4d 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -572,3 +572,8 @@ fixed: - Uncap coverage. date: 2024-05-14 15:33:07 +- bump: minor + changes: + fixed: + - Bug causing reforms affecting data to not affect caches. + date: 2024-05-31 11:12:13 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index a1c8ceaf..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - fixed: - - Bug causing reforms affecting data to not affect caches. diff --git a/setup.py b/setup.py index 2834e8a0..71016d56 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="2.21.8", + version="2.22.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[