diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a0d652d73..64a41d0d369 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.125.0] - 2024-10-15 16:32:32 + +### Added + +- Exclude students from the SNAP unit with certain exceptions. + ## [1.124.0] - 2024-10-15 16:26:25 ### Added @@ -10005,6 +10011,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.125.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.124.0...1.125.0 [1.124.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.123.0...1.124.0 [1.123.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.122.0...1.123.0 [1.122.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.121.0...1.122.0 diff --git a/changelog.yaml b/changelog.yaml index 3d5bda193d2..4620a6f6317 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8483,3 +8483,8 @@ added: - IN county taxes. date: 2024-10-15 16:26:25 +- bump: minor + changes: + added: + - Exclude students from the SNAP unit with certain exceptions. + date: 2024-10-15 16:32:32 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 401c11d8695..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Exclude students from the SNAP unit with certain exceptions. diff --git a/setup.py b/setup.py index 6cc0a926ce2..e429c43fc71 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.124.0", + version="1.125.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,