diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a438d1855..6055f111133 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). +## [1.54.4] - 2024-08-18 16:32:45 + +### Fixed + +- Minnesota Bill HF1938 impact fix. + ## [1.54.3] - 2024-08-17 22:15:46 ### Fixed @@ -9419,6 +9425,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.54.4]: https://github.com/PolicyEngine/policyengine-us/compare/1.54.3...1.54.4 [1.54.3]: https://github.com/PolicyEngine/policyengine-us/compare/1.54.2...1.54.3 [1.54.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.54.1...1.54.2 [1.54.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.54.0...1.54.1 diff --git a/changelog.yaml b/changelog.yaml index db43a827a7b..547af89dcc3 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -7967,3 +7967,8 @@ - Limit American Family Act baby bonus reform to CTC-eligible children. - Make AFA baby bonus and head of household repeal work after 2024. date: 2024-08-17 22:15:46 +- bump: patch + changes: + fixed: + - Minnesota Bill HF1938 impact fix. + date: 2024-08-18 16:32:45 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 7ffd827da09..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Minnesota Bill HF1938 impact fix. diff --git a/setup.py b/setup.py index 1149d1e9977..774b1b70c5b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.54.3", + version="1.54.4", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,