diff --git a/CHANGELOG.md b/CHANGELOG.md index 663cbce9..16becfb0 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.21.1] - 2024-05-07 15:44:58 + +### Fixed + +- Bug in macro caching logic. + ## [2.21.0] - 2024-05-07 12:16:05 ### Added @@ -634,6 +640,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.21.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.0...2.21.1 [2.21.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.20.0...2.21.0 [2.20.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.19.2...2.20.0 [2.19.2]: https://github.com/PolicyEngine/policyengine-core/compare/2.19.1...2.19.2 diff --git a/changelog.yaml b/changelog.yaml index 3cbd4813..74e8d011 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -529,3 +529,8 @@ added: - Ability to turn off read and write features in the macro cache. date: 2024-05-07 12:16:05 +- bump: patch + changes: + fixed: + - Bug in macro caching logic. + date: 2024-05-07 15:44:58 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 414540f7..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Bug in macro caching logic. diff --git a/setup.py b/setup.py index 3e5db700..0a15c5c2 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="2.21.0", + version="2.21.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[