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.12.0"
".": "4.13.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier%2Fcourier-f0ac5c2fa86eabda773c549f5809d3e2d109e3e1d5a07f6fe1ace18355e4680a.yml
openapi_spec_hash: b25dc0b42dd9386ab4a025bb2143bde6
config_hash: 6037e4a9909efb8b2edac2dcc907b84f
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 4.13.0 (2026-04-13)

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

### Features

* **api:** update notifications/routing_strategies return types, change providers update to PUT ([a83b773](https://github.com/trycourier/courier-java/commit/a83b7735114f5eb5fee33770b70d561f64ec1c64))


### Chores

* **internal:** regenerate SDK with no functional changes ([42f49e4](https://github.com/trycourier/courier-java/commit/42f49e4f9dba28b99404bfa2e00baf83d6cc2ce9))

## 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)
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.12.0" // x-release-please-version
version = "4.13.0" // x-release-please-version
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/courier.publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ configure<MavenPublishBaseExtension> {

pom {
name.set("Courier")
description.set("An SDK library for Courier")
description.set("The Courier REST API.")
url.set("https://www.courier.com/docs")

licenses {
Expand Down
Loading
Loading