Skip to content

Commit cff446c

Browse files
committed
Update package version
1 parent 1ee6a22 commit cff446c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.2.3 (2026-03-10)
2+
3+
# Changed
4+
5+
- Rename SUPABASE_SERVICE_KEY to SUPABASE_SECRET_KEY across codebase, aligning with Supabase's new key naming. Add secret key to Terraform, deploy.yml, and Modal secrets sync. (rename-secret-key)
6+
7+
18
0.2.2 (2026-03-10)
29

310
# Fixed

changelog.d/rename-secret-key.changed

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-api-v2"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "FastAPI service for PolicyEngine microsimulations"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)