diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e4c6f2b54..f769870fc5d 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.546.0] - 2023-11-30 02:27:14 + +### Added + +- Montana itemized deductions. + ## [0.545.0] - 2023-11-30 02:19:29 ### Added @@ -6028,6 +6034,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.546.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.545.0...0.546.0 [0.545.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.544.0...0.545.0 [0.544.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.543.0...0.544.0 [0.543.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.542.0...0.543.0 diff --git a/changelog.yaml b/changelog.yaml index 42fad8c29a1..eb7499e2f37 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -5103,3 +5103,8 @@ added: - Delaware itemized deductions. date: 2023-11-30 02:19:29 +- bump: minor + changes: + added: + - Montana itemized deductions. + date: 2023-11-30 02:27:14 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e65b8cd9e2a..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Montana itemized deductions. diff --git a/setup.py b/setup.py index e6066e9a712..92c5eb778da 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.545.0", + version="0.546.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,