diff --git a/CHANGELOG.md b/CHANGELOG.md index 9103f37f..595f22a1 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.8] - 2024-05-14 15:33:07 + +### Fixed + +- Uncap coverage. + ## [2.21.7] - 2024-05-14 15:27:27 ### Fixed @@ -676,6 +682,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 [2.21.5]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.4...2.21.5 diff --git a/changelog.yaml b/changelog.yaml index 697e8f6d..2d66b21a 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -567,3 +567,8 @@ fixed: - Remove name metadata tag in docs. date: 2024-05-14 15:27:27 +- bump: patch + changes: + fixed: + - Uncap coverage. + date: 2024-05-14 15:33:07 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 2b6cfd8d..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Uncap coverage. diff --git a/setup.py b/setup.py index 84a201ff..2834e8a0 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="2.21.7", + version="2.21.8", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[