diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b32b9f0c..55fe6ade0 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). +## [0.86.6] - 2024-07-17 16:23:18 + +### Fixed + +- Ensure household API version script bumps UK version + ## [0.86.5] - 2024-07-17 15:26:43 ### Added @@ -1366,6 +1372,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.86.6]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.5...0.86.6 [0.86.5]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.4...0.86.5 [0.86.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.3...0.86.4 [0.86.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.2...0.86.3 diff --git a/changelog.yaml b/changelog.yaml index 8f5a5e636..8408c55b2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1141,3 +1141,8 @@ - Folder distribution and formatting for income tax-related variables. - pays_scottish_income_tax now returns a Boolean value. date: 2024-07-17 15:26:43 +- bump: patch + changes: + fixed: + - Ensure household API version script bumps UK version + date: 2024-07-17 16:23:18 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 7b8dfd184..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Ensure household API version script bumps UK version \ No newline at end of file diff --git a/setup.py b/setup.py index 001cb7a37..25a62408b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="0.86.5", + version="0.86.6", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[