diff --git a/CHANGELOG.md b/CHANGELOG.md index df84a5f0829..c851d3d450e 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.161.2] - 2024-12-15 23:08:57 + +### Fixed + +- NYWFTC EITC older children eligibility. + ## [1.161.1] - 2024-12-13 23:43:04 ### Added @@ -10389,6 +10395,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.161.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.161.1...1.161.2 [1.161.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.161.0...1.161.1 [1.161.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.160.0...1.161.0 [1.160.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.159.0...1.160.0 diff --git a/changelog.yaml b/changelog.yaml index 8531d11dde0..13ef0ad3377 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8809,3 +8809,8 @@ - Capability to select custom start time for simulations; this is a patch for structural reforms that occur at non-default time periods. date: 2024-12-13 23:43:04 +- bump: patch + changes: + fixed: + - NYWFTC EITC older children eligibility. + date: 2024-12-15 23:08:57 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 2dc0d803983..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - NYWFTC EITC older children eligibility. diff --git a/setup.py b/setup.py index df2c1cc3a0a..cf729bedc6b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.161.1", + version="1.161.2", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,