File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 0.24.0 ] - 2025-07-31
8
8
9
9
### Changed
10
10
- 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
247
247
### Fixed
248
248
- Open API specification file. [ #50 ] ( https://github.com/policy-design-lab/pdl-api/issues/50 )
249
249
250
+ [ 0.24.0 ] : https://github.com/policy-design-lab/pdl-api/compare/0.23.0...0.24.0
250
251
[ 0.23.0 ] : https://github.com/policy-design-lab/pdl-api/compare/0.22.0...0.23.0
251
252
[ 0.22.0 ] : https://github.com/policy-design-lab/pdl-api/compare/0.21.0...0.22.0
252
253
[ 0.21.0 ] : https://github.com/policy-design-lab/pdl-api/compare/0.20.0...0.21.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pdl-api"
3
- version = " 0.23 .0"
3
+ version = " 0.24 .0"
4
4
description = " "
5
5
authors = [
" Yong Wook Kim <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments