diff --git a/CHANGELOG.md b/CHANGELOG.md index 926e5e3..cec6e2a 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.5.71] - 2024-09-06 21:52:40 + +### Changed + +- Update PolicyEngine US to 1.75.1 + ## [0.5.70] - 2024-09-06 13:41:32 ### Changed @@ -614,6 +620,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.5.71]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.70...0.5.71 [0.5.70]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.69...0.5.70 [0.5.69]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.68...0.5.69 [0.5.68]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.67...0.5.68 diff --git a/changelog.yaml b/changelog.yaml index d9675ab..618e2b2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -516,3 +516,8 @@ changed: - Update PolicyEngine US to 1.74.0 date: 2024-09-06 13:41:32 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 1.75.1 + date: 2024-09-06 21:52:40 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index ea988c4..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 1.75.1 diff --git a/policyengine_household_api/constants.py b/policyengine_household_api/constants.py index 4088446..596081f 100644 --- a/policyengine_household_api/constants.py +++ b/policyengine_household_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "0.5.70" +VERSION = "0.5.71" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",