From cd6526637ebb62430887b41472e410bee7314fd3 Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Mon, 17 Aug 2026 16:30:32 -0700 Subject: [PATCH] release: 6.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- build.gradle.kts | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e76abb..112e32b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.0" + ".": "6.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ff95704..ae5104b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/trycourier/courier-java/compare/v5.0.0...v6.0.0) (2026-08-17) + + +### ⚠ BREAKING CHANGES + +* **api:** match the spec to the backend — apn/expo token types and the phantom notifications.duplicate ([#138](https://github.com/trycourier/courier-java/issues/138)) + +### Features + +* **api:** match the spec to the backend — apn/expo token types and the phantom notifications.duplicate ([#138](https://github.com/trycourier/courier-java/issues/138)) ([4667bed](https://github.com/trycourier/courier-java/commit/4667bed103dad44a4ce8b29432433926dab88cf8)) + ## [5.0.0](https://github.com/trycourier/courier-java/compare/v4.27.2...v5.0.0) (2026-08-17) diff --git a/README.md b/README.md index 6ff81fb..1cfc644 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The Courier Java SDK provides typed access to the Courier REST API from Java and ### Gradle ```kotlin -implementation("com.courier:courier-java:5.0.0") +implementation("com.courier:courier-java:6.0.0") ``` ### Maven @@ -18,7 +18,7 @@ implementation("com.courier:courier-java:5.0.0") com.courier courier-java - 5.0.0 + 6.0.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 4a0699d..84f12ea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.courier" - version = "5.0.0" // x-release-please-version + version = "6.0.0" // x-release-please-version } subprojects {