diff --git a/CHANGELOG.md b/CHANGELOG.md index 296a72cbd..2a05695de 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.1.0] - 2024-07-26 08:35:13 + +### Changed + +- Simplified uprating indices by moving OBR parameters to gov folder. + ## [1.0.0] - 2024-07-19 09:43:03 ### Changed @@ -1378,6 +1384,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.1.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.6...1.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 diff --git a/changelog.yaml b/changelog.yaml index b952fa06c..423ea54bd 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1151,3 +1151,8 @@ changed: - Fiscal years are years by default. date: 2024-07-19 09:43:03 +- bump: minor + changes: + changed: + - Simplified uprating indices by moving OBR parameters to gov folder. + date: 2024-07-26 08:35:13 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 4260278f6..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - changed: - - Simplified uprating indices by moving OBR parameters to gov folder. diff --git a/setup.py b/setup.py index 3f890581b..f0b363e34 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="1.0.0", + version="1.1.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[