diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf41fed1..e69140497 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). +## [2.0.0] - 2024-09-18 10:53:42 + +### Changed + +- Dataset handling outsourced to policyengine-uk-data. + ## [1.8.0] - 2024-09-16 11:41:10 ### Fixed @@ -1474,6 +1480,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.0.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.8.0...2.0.0 [1.8.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.7.4...1.8.0 [1.7.4]: https://github.com/PolicyEngine/openfisca-uk/compare/1.7.3...1.7.4 [1.7.3]: https://github.com/PolicyEngine/openfisca-uk/compare/1.7.2...1.7.3 diff --git a/changelog.yaml b/changelog.yaml index 8d9dfab7d..8484cf30f 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1234,3 +1234,8 @@ - Inflation uprating for some parameters. - Inconsistent variable capitalisation. date: 2024-09-16 11:41:10 +- bump: major + changes: + changed: + - Dataset handling outsourced to policyengine-uk-data. + date: 2024-09-18 10:53:42 diff --git a/setup.py b/setup.py index a5a9d9a2d..6c320e5a4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="1.8.0", + version="2.0.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[