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.27.2"
".": "5.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://github.com/trycourier/courier-java/compare/v4.27.2...v5.0.0) (2026-08-17)


### ⚠ BREAKING CHANGES

* **api:** nest the AWS SNS target_arn under aws_sns on the user profile ([#136](https://github.com/trycourier/courier-java/issues/136))

### Features

* **api:** nest the AWS SNS target_arn under aws_sns on the user profile ([#136](https://github.com/trycourier/courier-java/issues/136)) ([8387568](https://github.com/trycourier/courier-java/commit/8387568f4d5db9c7df2b4835ffd10bfe56e7f7c5))

## [4.27.2](https://github.com/trycourier/courier-java/compare/v4.27.1...v4.27.2) (2026-08-14)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:4.27.2")
implementation("com.courier:courier-java:5.0.0")
```

### Maven
Expand All @@ -18,7 +18,7 @@ implementation("com.courier:courier-java:4.27.2")
<dependency>
<groupId>com.courier</groupId>
<artifactId>courier-java</artifactId>
<version>4.27.2</version>
<version>5.0.0</version>
</dependency>
```

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.27.2" // x-release-please-version
version = "5.0.0" // x-release-please-version
}

subprojects {
Expand Down
Loading