diff --git a/CHANGELOG.md b/CHANGELOG.md index edef59cfa..6ef18393a 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.88.0] - 2024-02-02 06:53:53 + +### Added + +- Nova Scotia pension income amount. + ## [0.87.1] - 2024-01-26 14:53:06 ### Changed @@ -682,6 +688,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.88.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.87.1...0.88.0 [0.87.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.87.0...0.87.1 [0.87.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.86.2...0.87.0 [0.86.2]: https://github.com/PolicyEngine/policyengine-canada/compare/0.86.1...0.86.2 diff --git a/changelog.yaml b/changelog.yaml index 4dea70bc8..917ad4a37 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -566,3 +566,8 @@ changed: - Unpin black. date: 2024-01-26 14:53:06 +- bump: minor + changes: + added: + - Nova Scotia pension income amount. + date: 2024-02-02 06:53:53 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 94f8a2faf..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Nova Scotia pension income amount. diff --git a/setup.py b/setup.py index 01db32af6..ff3729d80 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name="policyengine-canada", - version="0.87.1", + version="0.88.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[