diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbf004..88489d3 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.79] - 2024-09-30 17:20:50 + +### Changed + +- Update PolicyEngine US to 1.105.0 + ## [0.5.78] - 2024-09-20 16:40:33 ### Changed @@ -662,6 +668,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.5.79]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.78...0.5.79 [0.5.78]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.77...0.5.78 [0.5.77]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.76...0.5.77 [0.5.76]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.75...0.5.76 diff --git a/changelog.yaml b/changelog.yaml index 9b13821..a3e17a1 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -556,3 +556,8 @@ changed: - Update PolicyEngine US to 1.85.4 date: 2024-09-20 16:40:33 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 1.105.0 + date: 2024-09-30 17:20:50 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index bb216ee..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 1.105.0 diff --git a/policyengine_household_api/constants.py b/policyengine_household_api/constants.py index 923d818..f1d8f28 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.78" +VERSION = "0.5.79" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",