diff --git a/CHANGELOG.md b/CHANGELOG.md index 42bedee7..45da9905 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). +## [3.6.1] - 2024-11-29 09:19:35 + +### Changed + +- Update PolicyEngine UK to 2.16.0 + ## [3.6.0] - 2024-11-27 20:25:17 ### Added @@ -4930,6 +4936,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.6.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.6.0...3.6.1 [3.6.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.5.1...3.6.0 [3.5.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.5.0...3.5.1 [3.5.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.4.0...3.5.0 diff --git a/changelog.yaml b/changelog.yaml index a4745bd3..f438c83e 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -4098,3 +4098,8 @@ - dataset descriptor to various endpoints and controllers enabling enhanced CPS runs for any specified region date: 2024-11-27 20:25:17 +- bump: patch + changes: + changed: + - Update PolicyEngine UK to 2.16.0 + date: 2024-11-29 09:19:35 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 386fad48..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine UK to 2.16.0 diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index f675c17a..d25b8f9c 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "3.6.0" +VERSION = "3.6.1" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",