diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0cbdb8..ab21129b 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). +## [1.11.21] - 2023-10-08 13:18:16 + +### Changed + +- Update PolicyEngine CANADA to 0.86.2 + ## [1.11.20] - 2023-10-06 16:04:32 ### Changed @@ -2769,6 +2775,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.11.21]: https://github.com/PolicyEngine/policyengine-api/compare/1.11.20...1.11.21 [1.11.20]: https://github.com/PolicyEngine/policyengine-api/compare/1.11.19...1.11.20 [1.11.19]: https://github.com/PolicyEngine/policyengine-api/compare/1.11.18...1.11.19 [1.11.18]: https://github.com/PolicyEngine/policyengine-api/compare/1.11.17...1.11.18 diff --git a/changelog.yaml b/changelog.yaml index 5be73ce3..1dc270b6 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -2251,3 +2251,8 @@ changed: - Update PolicyEngine CANADA to 0.86.1 date: 2023-10-06 16:04:32 +- bump: patch + changes: + changed: + - Update PolicyEngine CANADA to 0.86.2 + date: 2023-10-08 13:18:16 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index eaf904f5..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine CANADA to 0.86.2 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 40fca832..ba5a7c50 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "1.11.20" +VERSION = "1.11.21" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",