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.2.0"
".": "4.3.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 77
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier%2Fcourier-5be11a3b4798c4039b34a39efe7bb1a25be6fea2293ba67f7c0d9eecec1b8ba4.yml
openapi_spec_hash: ee9ccd5743306a2df39447def1b43017
config_hash: c549fe8ed531041c8cc28ae9645b80dd
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier%2Fcourier-59c9efb45644c91ba21c8efaa0af53637071483ed661d5f99f27a15996624ac2.yml
openapi_spec_hash: 0e1d703ca5e68a4d1f1489c04eb43765
config_hash: 3ec521d062b05b81c22bc1a25bfe3d02
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.3.0 (2025-12-08)

Full Changelog: [v4.2.0...v4.3.0](https://github.com/trycourier/courier-java/compare/v4.2.0...v4.3.0)

### Features

* Fix UsersGetAllTokensResponse to return object with tokens property i… ([d714e73](https://github.com/trycourier/courier-java/commit/d714e730131147eeed7f17a7b7732021bfe6b2c2))

## 4.2.0 (2025-12-08)

Full Changelog: [v4.1.1...v4.2.0](https://github.com/trycourier/courier-java/compare/v4.1.1...v4.2.0)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.courier/courier-java)](https://central.sonatype.com/artifact/com.courier/courier-java/4.2.0)
[![javadoc](https://javadoc.io/badge2/com.courier/courier-java/4.2.0/javadoc.svg)](https://javadoc.io/doc/com.courier/courier-java/4.2.0)
[![Maven Central](https://img.shields.io/maven-central/v/com.courier/courier-java)](https://central.sonatype.com/artifact/com.courier/courier-java/4.3.0)
[![javadoc](https://javadoc.io/badge2/com.courier/courier-java/4.3.0/javadoc.svg)](https://javadoc.io/doc/com.courier/courier-java/4.3.0)

<!-- x-release-please-end -->

Expand All @@ -13,7 +13,7 @@ It is generated with [Stainless](https://www.stainless.com/).

<!-- x-release-please-start-version -->

The REST API documentation can be found on [www.courier.com](https://www.courier.com/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.courier/courier-java/4.2.0).
The REST API documentation can be found on [www.courier.com](https://www.courier.com/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.courier/courier-java/4.3.0).

<!-- x-release-please-end -->

Expand All @@ -24,7 +24,7 @@ The REST API documentation can be found on [www.courier.com](https://www.courier
### Gradle

```kotlin
implementation("com.courier:courier-java:4.2.0")
implementation("com.courier:courier-java:4.3.0")
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation("com.courier:courier-java:4.2.0")
<dependency>
<groupId>com.courier</groupId>
<artifactId>courier-java</artifactId>
<version>4.2.0</version>
<version>4.3.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.2.0" // x-release-please-version
version = "4.3.0" // x-release-please-version
}

subprojects {
Expand Down
Loading
Loading