diff --git a/CHANGELOG.md b/CHANGELOG.md index 326bab5f5b0..b18f4f607d2 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.18.0] - 2024-07-12 03:51:02 + +### Added + +- Update SNAP income utility expense deduction amounts. + ## [1.17.1] - 2024-07-11 16:05:44 ### Changed @@ -9019,6 +9025,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.18.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.17.1...1.18.0 [1.17.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.17.0...1.17.1 [1.17.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.16.3...1.17.0 [1.16.3]: https://github.com/PolicyEngine/policyengine-us/compare/1.16.2...1.16.3 diff --git a/changelog.yaml b/changelog.yaml index 1bd6e9d853b..ba021233a1e 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -7621,3 +7621,8 @@ changed: - Updated version of tables. date: 2024-07-11 16:05:44 +- bump: minor + changes: + added: + - Update SNAP income utility expense deduction amounts. + date: 2024-07-12 03:51:02 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 43b13a4db69..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Update SNAP income utility expense deduction amounts. diff --git a/setup.py b/setup.py index 371e9c4160c..475c0cb245c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.17.1", + version="1.18.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,