diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf82e4..bb40652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## Unreleased +## [0.23.0] - 2025-06-26 ### Added - Add year query parameter to Title-I program and top-level endpoints. [#300](https://github.com/policy-design-lab/pdl-api/issues/300) @@ -241,6 +241,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Open API specification file. [#50](https://github.com/policy-design-lab/pdl-api/issues/50) +[0.23.0]: https://github.com/policy-design-lab/pdl-api/compare/0.22.0...0.23.0 [0.22.0]: https://github.com/policy-design-lab/pdl-api/compare/0.21.0...0.22.0 [0.21.0]: https://github.com/policy-design-lab/pdl-api/compare/0.20.0...0.21.0 [0.20.0]: https://github.com/policy-design-lab/pdl-api/compare/0.19.0...0.20.0 diff --git a/app/controllers/data/title-i/proposals/subtitle-a/arc_plc_payments_proposed.json.gz b/app/controllers/data/title-i/proposals/subtitle-a/arc_plc_payments_proposed.json.gz index 83eed6a..8bd8c4c 100644 Binary files a/app/controllers/data/title-i/proposals/subtitle-a/arc_plc_payments_proposed.json.gz and b/app/controllers/data/title-i/proposals/subtitle-a/arc_plc_payments_proposed.json.gz differ diff --git a/app/controllers/data/title-i/subtitle-a/arc_plc_payments_current.json.gz b/app/controllers/data/title-i/subtitle-a/arc_plc_payments_current.json.gz index 35feac4..b27c4de 100644 Binary files a/app/controllers/data/title-i/subtitle-a/arc_plc_payments_current.json.gz and b/app/controllers/data/title-i/subtitle-a/arc_plc_payments_current.json.gz differ diff --git a/app/pdl.yaml b/app/pdl.yaml index 020da79..5774623 100644 --- a/app/pdl.yaml +++ b/app/pdl.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Policy Design Lab API description: Policy Design Lab API Documentation - version: 0.22.0 + version: 0.23.0 servers: - url: https://localhost description: Production server diff --git a/pyproject.toml b/pyproject.toml index 2fc5c69..15d7b6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdl-api" -version = "0.22.0" +version = "0.23.0" description = "" authors = ["Yong Wook Kim "] readme = "README.md"