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/.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/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 { 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 {