diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8a36512..e8c2c93f6 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.67.0] - 2023-06-01 03:05:10 + +### Added + +- Quebec Senior Assistance Tax Credit. + ## [0.66.0] - 2023-05-30 16:16:25 ### Added @@ -528,6 +534,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.67.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.66.0...0.67.0 [0.66.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.65.0...0.66.0 [0.65.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.64.0...0.65.0 [0.64.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.63.0...0.64.0 diff --git a/changelog.yaml b/changelog.yaml index 3b46fd8e9..3f8480130 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -431,3 +431,8 @@ added: - Manitoba Pension amount credit. date: 2023-05-30 16:16:25 +- bump: minor + changes: + added: + - Quebec Senior Assistance Tax Credit. + date: 2023-06-01 03:05:10 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index b3e0fdd06..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Quebec Senior Assistance Tax Credit. diff --git a/setup.py b/setup.py index 8b382b793..83038e0c8 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name="policyengine-canada", - version="0.66.0", + version="0.67.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[