Skip to content

Commit 31f3817

Browse files
committed
Update PolicyEngine Household API
1 parent ad1f5d7 commit 31f3817

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.0] - 2025-08-27 23:15:50
9+
10+
### Changed
11+
12+
- Decoupled auth0 setup logic from main app logic.
13+
- Updated configuration structure to support new decoupled auth0 setup.
14+
815
## [0.9.0] - 2025-08-27 02:21:05
916

1017
### Added
@@ -1488,6 +1495,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14881495

14891496

14901497

1498+
[0.10.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.9.0...0.10.0
14911499
[0.9.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.8.0...0.9.0
14921500
[0.8.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.22...0.8.0
14931501
[0.7.22]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.21...0.7.22

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,3 +1249,9 @@
12491249
- Capability to optionally opt into user analytics structure
12501250
- Reverse-compatible structure to allow us to deploy with user analytics enabled
12511251
date: 2025-08-27 02:21:05
1252+
- bump: minor
1253+
changes:
1254+
changed:
1255+
- Decoupled auth0 setup logic from main app logic.
1256+
- Updated configuration structure to support new decoupled auth0 setup.
1257+
date: 2025-08-27 23:15:50

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: minor
2-
changes:
3-
changed:
4-
- Decoupled auth0 setup logic from main app logic.
5-
- Updated configuration structure to support new decoupled auth0 setup.

policyengine_household_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
POST = "POST"
77
UPDATE = "UPDATE"
88
LIST = "LIST"
9-
VERSION = "0.9.0"
9+
VERSION = "0.10.0"
1010
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1111
COUNTRY_PACKAGE_NAMES = (
1212
"policyengine_uk",

0 commit comments

Comments
 (0)