diff --git a/CHANGELOG.md b/CHANGELOG.md index db0018223..089da53a5 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.57.0] - 2023-10-17 14:55:07 + +### Added + +- Child minimum age for basic income. + ## [0.56.4] - 2023-10-12 15:11:13 ### Added @@ -1045,6 +1051,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.57.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.4...0.57.0 [0.56.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.3...0.56.4 [0.56.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.2...0.56.3 [0.56.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.1...0.56.2 diff --git a/changelog.yaml b/changelog.yaml index bcc42d168..aee2a61bc 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -871,3 +871,8 @@ added: - Documentation for Stamp Duty Land Tax. date: 2023-10-12 15:11:13 +- bump: minor + changes: + added: + - Child minimum age for basic income. + date: 2023-10-17 14:55:07 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 78dae96be..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Child minimum age for basic income. diff --git a/setup.py b/setup.py index 876244c25..f5e1d25c6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="0.56.4", + version="0.57.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[