diff --git a/CHANGELOG.md b/CHANGELOG.md index 436accd8..c34d917d 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). +## [2.2.24] - 2024-11-01 22:30:37 + +### Changed + +- Update PolicyEngine US to 1.137.3 + ## [2.2.23] - 2024-11-01 16:08:29 ### Changed @@ -4799,6 +4805,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.2.24]: https://github.com/PolicyEngine/policyengine-api/compare/2.2.23...2.2.24 [2.2.23]: https://github.com/PolicyEngine/policyengine-api/compare/2.2.22...2.2.23 [2.2.22]: https://github.com/PolicyEngine/policyengine-api/compare/2.2.21...2.2.22 [2.2.21]: https://github.com/PolicyEngine/policyengine-api/compare/2.2.20...2.2.21 diff --git a/changelog.yaml b/changelog.yaml index 441ddb21..d494041b 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -3977,3 +3977,8 @@ changed: - Update PolicyEngine US to 1.137.2 date: 2024-11-01 16:08:29 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 1.137.3 + date: 2024-11-01 22:30:37 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 9125348d..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 1.137.3 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 39509868..da67c269 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "2.2.23" +VERSION = "2.2.24" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",