Skip to content

Commit 36fa613

Browse files
release: 4.13.0 (#98)
* codegen metadata * feat(api): update notifications/routing_strategies return types, change providers update to PUT * chore(internal): regenerate SDK with no functional changes * release: 4.13.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent d35c135 commit 36fa613

26 files changed

Lines changed: 172 additions & 927 deletions

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.12.0"
2+
".": "4.13.0"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 103
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier%2Fcourier-d891c800ffe6b7eddce179c225367cedcb49dab758ebc03e352d945240918d96.yml
3-
openapi_spec_hash: 852d55192b8d7ad96c1f85cd9070ef64
4-
config_hash: a730d0e598dc108e89c016802008c9b3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier%2Fcourier-f0ac5c2fa86eabda773c549f5809d3e2d109e3e1d5a07f6fe1ace18355e4680a.yml
3+
openapi_spec_hash: b25dc0b42dd9386ab4a025bb2143bde6
4+
config_hash: 6037e4a9909efb8b2edac2dcc907b84f

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 4.13.0 (2026-04-13)
4+
5+
Full Changelog: [v4.12.0...v4.13.0](https://github.com/trycourier/courier-java/compare/v4.12.0...v4.13.0)
6+
7+
### Features
8+
9+
* **api:** update notifications/routing_strategies return types, change providers update to PUT ([a83b773](https://github.com/trycourier/courier-java/commit/a83b7735114f5eb5fee33770b70d561f64ec1c64))
10+
11+
12+
### Chores
13+
14+
* **internal:** regenerate SDK with no functional changes ([42f49e4](https://github.com/trycourier/courier-java/commit/42f49e4f9dba28b99404bfa2e00baf83d6cc2ce9))
15+
316
## 4.12.0 (2026-04-08)
417

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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
1010
group = "com.courier"
11-
version = "4.12.0" // x-release-please-version
11+
version = "4.13.0" // x-release-please-version
1212
}
1313

1414
subprojects {

buildSrc/src/main/kotlin/courier.publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ configure<MavenPublishBaseExtension> {
4343

4444
pom {
4545
name.set("Courier")
46-
description.set("An SDK library for Courier")
46+
description.set("The Courier REST API.")
4747
url.set("https://www.courier.com/docs")
4848

4949
licenses {

0 commit comments

Comments
 (0)