From 812428cf4573e0ecd680045a139a8c6c57efee32 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:16:20 +0000 Subject: [PATCH 1/2] ci(docs): scope sync to specs/**, skip no-op builds, + kick off generation --- .stats.yml | 4 ++-- buildSrc/src/main/kotlin/courier.publish.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 9be8c110..f3898c22 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 134 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier/courier-e0c54fd2a28d7beec2c18a6c7abb833e0dd9b14e99c48cf1cfd126f664f1dc62.yml -openapi_spec_hash: 713a396d0875e2000de918032b499b2e +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier/courier-43eec5d4d385a6c770298238ca0e4f708c8ff9fffe5e219ff5d78c6cdfe41fce.yml +openapi_spec_hash: a3e0abc4d8caed45f43ee83d50e5cb95 config_hash: 83c79a6ad0a0b5dcce3b85208026343b diff --git a/buildSrc/src/main/kotlin/courier.publish.gradle.kts b/buildSrc/src/main/kotlin/courier.publish.gradle.kts index f1887faf..ad60d095 100644 --- a/buildSrc/src/main/kotlin/courier.publish.gradle.kts +++ b/buildSrc/src/main/kotlin/courier.publish.gradle.kts @@ -43,7 +43,7 @@ configure { pom { name.set("Courier") - description.set("The Courier REST API.") + description.set("The Courier REST API for sending and managing notifications across channels.") url.set("https://www.courier.com/docs") licenses { From f2a57628c85032c2764282a438ffbf735ebbe40f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:16:40 +0000 Subject: [PATCH 2/2] release: 4.18.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ build.gradle.kts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 052d78b7..c001c077 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.18.0" + ".": "4.18.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index efe14831..6b00efcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.18.1 (2026-06-24) + +Full Changelog: [v4.18.0...v4.18.1](https://github.com/trycourier/courier-java/compare/v4.18.0...v4.18.1) + ## 4.18.0 (2026-06-24) Full Changelog: [v4.17.0...v4.18.0](https://github.com/trycourier/courier-java/compare/v4.17.0...v4.18.0) diff --git a/build.gradle.kts b/build.gradle.kts index 9853d045..a43b984f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.courier" - version = "4.18.0" // x-release-please-version + version = "4.18.1" // x-release-please-version } subprojects {