diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e4da2c..593f9661 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.10.98] - 2023-09-13 14:32:32 + +### Added + +- /economy regression test + ## [1.10.98] - 2023-09-13 11:14:23 ### Changed @@ -2628,6 +2634,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.10.98]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.98...1.10.98 [1.10.98]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.97...1.10.98 [1.10.97]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.96...1.10.97 [1.10.96]: https://github.com/PolicyEngine/policyengine-api/compare/1.10.95...1.10.96 diff --git a/changelog.yaml b/changelog.yaml index 03185339..3735a5ac 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -2130,3 +2130,9 @@ changed: - Update PolicyEngine US to 0.465.0 date: 2023-09-13 11:14:23 +- changes: + added: + - /economy regression test + updated: + - Makefile to include all tests folder rather than tests/api + date: 2023-09-13 14:32:32 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index cec9cecc..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,5 +0,0 @@ -- changes: - added: - - /economy regression test - updated: - - Makefile to include all tests folder rather than tests/api