diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e256847..ad07c6e3 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.7.9] - 2025-01-08 02:04:21 + +### Changed + +- Updated PolicyEngine US to 1.168.1. + ## [3.7.8] - 2025-01-06 16:09:37 ### Changed @@ -5044,6 +5050,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.7.9]: https://github.com/PolicyEngine/policyengine-api/compare/3.7.8...3.7.9 [3.7.8]: https://github.com/PolicyEngine/policyengine-api/compare/3.7.7...3.7.8 [3.7.7]: https://github.com/PolicyEngine/policyengine-api/compare/3.7.6...3.7.7 [3.7.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.7.5...3.7.6 diff --git a/changelog.yaml b/changelog.yaml index be9c6b33..4874f2e2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -4196,3 +4196,8 @@ changed: - Update PolicyEngine US to 1.168.0 date: 2025-01-06 16:09:37 +- bump: patch + changes: + changed: + - Updated PolicyEngine US to 1.168.1. + date: 2025-01-08 02:04:21 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index b98eef7e..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Updated PolicyEngine US to 1.168.1. \ No newline at end of file diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 498dcc99..11eaaff0 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "3.7.8" +VERSION = "3.7.9" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",