diff --git a/CHANGELOG.md b/CHANGELOG.md index 85da5d998eb..a9e494e5519 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.584.0] - 2023-12-18 01:50:30 + +### Added + +- Reform for repealing head of household filing status, as Senator Romney proposed in his Family Security Act. + ## [0.583.3] - 2023-12-17 23:52:20 ### Fixed @@ -6409,6 +6415,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.584.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.583.3...0.584.0 [0.583.3]: https://github.com/PolicyEngine/policyengine-us/compare/0.583.2...0.583.3 [0.583.2]: https://github.com/PolicyEngine/policyengine-us/compare/0.583.1...0.583.2 [0.583.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.583.0...0.583.1 diff --git a/changelog.yaml b/changelog.yaml index 327fb2fa159..190777a02e0 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -5424,3 +5424,9 @@ fixed: - Alabama federal tax deduction. date: 2023-12-17 23:52:20 +- bump: minor + changes: + added: + - Reform for repealing head of household filing status, as Senator Romney proposed + in his Family Security Act. + date: 2023-12-18 01:50:30 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 23e899a7bcb..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Reform for repealing head of household filing status, as Senator Romney proposed in his Family Security Act. diff --git a/setup.py b/setup.py index 8601528dd02..1d0c84fd14c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.583.3", + version="0.584.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,