Skip to content

Commit f63b0e4

Browse files
authored
Merge pull request #338 from policy-design-lab/Main-to-dev
Main to dev
2 parents 739713f + 63cee7e commit f63b0e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

7-
## [Unreleased]
7+
## [0.24.0] - 2025-07-31
88

99
### Changed
1010
- Rename totalCounts with totalRecipientCount. [#334](https://github.com/policy-design-lab/pdl-api/issues/334)
@@ -247,6 +247,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
247247
### Fixed
248248
- Open API specification file. [#50](https://github.com/policy-design-lab/pdl-api/issues/50)
249249

250+
[0.24.0]: https://github.com/policy-design-lab/pdl-api/compare/0.23.0...0.24.0
250251
[0.23.0]: https://github.com/policy-design-lab/pdl-api/compare/0.22.0...0.23.0
251252
[0.22.0]: https://github.com/policy-design-lab/pdl-api/compare/0.21.0...0.22.0
252253
[0.21.0]: https://github.com/policy-design-lab/pdl-api/compare/0.20.0...0.21.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pdl-api"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
description = ""
55
authors = ["Yong Wook Kim <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)