diff --git a/CHANGELOG.md b/CHANGELOG.md index 6055f111133..2ab3293e8c9 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.55.0] - 2024-08-18 16:54:38 + +### Added + +- Personal Credit reform. + ## [1.54.4] - 2024-08-18 16:32:45 ### Fixed @@ -9425,6 +9431,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.55.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.54.4...1.55.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 diff --git a/changelog.yaml b/changelog.yaml index 547af89dcc3..19d8c606c70 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -7972,3 +7972,8 @@ fixed: - Minnesota Bill HF1938 impact fix. date: 2024-08-18 16:32:45 +- bump: minor + changes: + added: + - Personal Credit reform. + date: 2024-08-18 16:54:38 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index efaa06896fe..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Personal Credit reform. diff --git a/setup.py b/setup.py index 774b1b70c5b..9b3bec51df2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.54.4", + version="1.55.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,