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.11.0"
".": "4.12.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: 100
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier%2Fcourier-b3dde937486812f8db805a423a30ba5d3f80cc95803e13ab66958589366a5f06.yml
openapi_spec_hash: a249df035d7f5bf57c66084cd94e8841
config_hash: c51fa2bafdf96f2c1e409ccc295b7359
configured_endpoints: 103
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier%2Fcourier-d891c800ffe6b7eddce179c225367cedcb49dab758ebc03e352d945240918d96.yml
openapi_spec_hash: 852d55192b8d7ad96c1f85cd9070ef64
config_hash: a730d0e598dc108e89c016802008c9b3
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 4.12.0 (2026-04-08)

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

### Features

* **api:** add content/element/locale put methods, remove draft service, update types ([5a00765](https://github.com/trycourier/courier-java/commit/5a007658c70362a4a5fee9a26720fa6620a8f56e))
* **api:** add listNotifications method to routing_strategies ([8d98990](https://github.com/trycourier/courier-java/commit/8d98990e8fa4307a4a3037d57460f0770da649e4))

## 4.11.0 (2026-04-01)

Full Changelog: [v4.10.0...v4.11.0](https://github.com/trycourier/courier-java/compare/v4.10.0...v4.11.0)
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.11.0" // x-release-please-version
version = "4.12.0" // x-release-please-version
}

subprojects {
Expand Down
Loading
Loading