diff --git a/CHANGELOG.md b/CHANGELOG.md index 67029a7ac..b5718dd89 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). +## [1.4.0] - 2024-07-30 13:05:05 + +### Added + +- Winter Fuel Payment to household benefits. + ## [1.3.0] - 2024-07-29 16:47:34 ### Added @@ -1405,6 +1411,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.4.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.0.0...1.1.0 diff --git a/changelog.yaml b/changelog.yaml index c94735631..bdc76f2ba 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1174,3 +1174,8 @@ added: - Winter Fuel Allowance. date: 2024-07-29 16:47:34 +- bump: minor + changes: + added: + - Winter Fuel Payment to household benefits. + date: 2024-07-30 13:05:05 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 23e3c6c74..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Winter Fuel Payment to household benefits. diff --git a/setup.py b/setup.py index 19f6e0748..d113344e3 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="1.3.0", + version="1.4.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[