diff --git a/CHANGELOG.md b/CHANGELOG.md index 99dfcc114..84a98f9f5 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.96.1] - 2024-09-03 23:14:20 + +### Changed + +- Update policyengine-core. + ## [0.96.0] - 2024-08-21 14:25:09 ### Added @@ -742,6 +748,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.96.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.0...0.96.1 [0.96.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.95.0...0.96.0 [0.95.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.94.0...0.95.0 [0.94.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.93.0...0.94.0 diff --git a/changelog.yaml b/changelog.yaml index c827ead2c..210dc9665 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -616,3 +616,8 @@ added: - Yukon basic personal amount. date: 2024-08-21 14:25:09 +- bump: patch + changes: + changed: + - Update policyengine-core. + date: 2024-09-03 23:14:20 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 9366b3118..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update policyengine-core. diff --git a/setup.py b/setup.py index 932a74a9e..37eae1550 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name="policyengine-canada", - version="0.96.0", + version="0.96.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[