diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af761d1a8e..1e666b03def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.182.2] - 2025-01-28 13:45:56 + +### Fixed + +- California itemized deduction limits 2024. +- California AMT parameters 2024. +- California 2024 tax form references. + ## [1.182.1] - 2025-01-27 21:39:20 ### Fixed @@ -10674,6 +10682,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.182.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.182.1...1.182.2 [1.182.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.182.0...1.182.1 [1.182.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.181.0...1.182.0 [1.181.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.180.4...1.181.0 diff --git a/changelog.yaml b/changelog.yaml index 5ca5cf58e01..5b868c5a5b2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -9026,3 +9026,10 @@ - Invalid value encountered when dividing income_effect by original_earnings and dividing substitution_effect by original_earnings in weekly hours worked calculation date: 2025-01-27 21:39:20 +- bump: patch + changes: + fixed: + - California itemized deduction limits 2024. + - California AMT parameters 2024. + - California 2024 tax form references. + date: 2025-01-28 13:45:56 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index fcc2694cbf1..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,6 +0,0 @@ -- bump: patch - changes: - fixed: - - California itemized deduction limits 2024. - - California AMT parameters 2024. - - California 2024 tax form references. diff --git a/setup.py b/setup.py index cfdf2232354..174f6adece7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.182.1", + version="1.182.2", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,