diff --git a/CHANGELOG.md b/CHANGELOG.md index 4142642e1..50f09fffd 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.55.1] - 2023-08-12 17:36:09 + +### Fixed + +- Temporarily remove PIP, DLA and minimum wage parameters from the app. + ## [0.55.0] - 2023-08-07 16:52:20 ### Added @@ -995,6 +1001,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.55.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.55.0...0.55.1 [0.55.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.54.0...0.55.0 [0.54.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.53.0...0.54.0 [0.53.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.52.0...0.53.0 diff --git a/changelog.yaml b/changelog.yaml index 7b8fbc533..2fb371793 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -826,3 +826,8 @@ added: - Updates values for universal credit from 2016 to 2023 date: 2023-08-07 16:52:20 +- bump: patch + changes: + fixed: + - Temporarily remove PIP, DLA and minimum wage parameters from the app. + date: 2023-08-12 17:36:09 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index aef088d9a..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Temporarily remove PIP, DLA and minimum wage parameters from the app. diff --git a/setup.py b/setup.py index 12e882755..607b30b18 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="0.55.0", + version="0.55.1", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[