diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff2b09..867df34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.3.2] - 2024-01-03 17:52:46 + ## [0.3.1] - 2024-01-03 03:14:38 ### Changed @@ -125,6 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.3.2]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.2.8...0.3.0 [0.2.8]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.2.7...0.2.8 diff --git a/changelog.yaml b/changelog.yaml index 429868e..6fc8b7e 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -103,3 +103,9 @@ changed: - Moved auth protection to main API file date: 2024-01-03 03:14:38 +- bump: patch + changes: + removed: + - Removed the add_yearly_variables function + - Removed conditional yearly variable seeding in get_calculate + date: 2024-01-03 17:52:46 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 75aa5b5..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,5 +0,0 @@ -- bump: patch - changes: - removed: - - Removed the add_yearly_variables function - - Removed conditional yearly variable seeding in get_calculate \ No newline at end of file diff --git a/policyengine_api_light/constants.py b/policyengine_api_light/constants.py index b5ef29b..e609721 100644 --- a/policyengine_api_light/constants.py +++ b/policyengine_api_light/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "0.3.1" +VERSION = "0.3.2" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",