Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.19.2"
".": "4.20.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 136
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier/courier-7cc3e4b60242e0446ddcf3cd170b5694842c0a54a13572df20a4e91a75d6b189.yml
openapi_spec_hash: 5992603d99d6100bad823c6932a4bd06
config_hash: 627f8592c19dfb77f91ffbec2a057c3a
configured_endpoints: 138
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier/courier-cba470b0c221bcfbe2e8bf51276292285a60a05a4c0b47f5f741706adf1205fc.yml
openapi_spec_hash: c9f1b73fb32f39243d9d95a667ea3341
config_hash: 6025fdbfe31c3b2d57a71f9885d37294
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 4.20.0 (2026-07-09)

Full Changelog: [v4.19.2...v4.20.0](https://github.com/trycourier/courier-java/compare/v4.19.2...v4.20.0)

### Features

* Add bulk user preference upsert and replace endpoints ([e119feb](https://github.com/trycourier/courier-java/commit/e119feb43eceb25d6599d9cb6c9f83178c184e64))
* Preferences v3 REST fields: section/topic description + publish body ([30e226b](https://github.com/trycourier/courier-java/commit/30e226b6693d399cb83c0e3ffbbe77d2b851339b))

## 4.19.2 (2026-07-09)

Full Changelog: [v4.19.1...v4.19.2](https://github.com/trycourier/courier-java/compare/v4.19.1...v4.19.2)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

allprojects {
group = "com.courier"
version = "4.19.2" // x-release-please-version
version = "4.20.0" // x-release-please-version
}

subprojects {
Expand Down
Loading
Loading