diff --git a/CHANGELOG.md b/CHANGELOG.md index 3783e3f5b..dbf41fed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.8.0] - 2024-09-16 11:41:10 + +### Fixed + +- Missing metadata in variables. +- Inflation uprating for some parameters. +- Inconsistent variable capitalisation. + ## [1.7.4] - 2024-09-16 09:32:28 ### Fixed @@ -1466,6 +1474,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.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 [1.7.2]: https://github.com/PolicyEngine/openfisca-uk/compare/1.7.1...1.7.2 diff --git a/changelog.yaml b/changelog.yaml index 91d66aa30..8d9dfab7d 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1227,3 +1227,10 @@ fixed: - Ensure rent index is tracking CPI. date: 2024-09-16 09:32:28 +- bump: minor + changes: + fixed: + - Missing metadata in variables. + - Inflation uprating for some parameters. + - Inconsistent variable capitalisation. + date: 2024-09-16 11:41:10 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 7131b9367..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,6 +0,0 @@ -- bump: minor - changes: - fixed: - - Missing metadata in variables. - - Inflation uprating for some parameters. - - Inconsistent variable capitalisation. diff --git a/setup.py b/setup.py index abd8ec523..d5bdce59b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="1.7.4", + version="1.8.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[