diff --git a/CHANGELOG.md b/CHANGELOG.md index c23511cd..45d80de5 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). +## [2.19.0] - 2024-04-16 12:51:42 + +### Added + +- Baseline parameter node. + ## [2.18.0] - 2024-03-22 10:42:19 ### Added @@ -599,6 +605,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.19.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.18.0...2.19.0 [2.18.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.17.1...2.18.0 [2.17.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.17.0...2.17.1 [2.17.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.16.1...2.17.0 diff --git a/changelog.yaml b/changelog.yaml index 04d4924d..c64cd14c 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -501,3 +501,8 @@ added: - Parameters can now be uprated based upon fixed cadences date: 2024-03-22 10:42:19 +- bump: minor + changes: + added: + - Baseline parameter node. + date: 2024-04-16 12:51:42 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 914486b8..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Baseline parameter node. diff --git a/setup.py b/setup.py index aa23f34f..adc7abdb 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="2.18.0", + version="2.19.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[