Skip to content

Commit 08430e4

Browse files
stainless-app[bot]aagarwal1012
authored andcommitted
release: 1.96.1
1 parent c2a710f commit 08430e4

4 files changed

Lines changed: 15 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.96.0"
2+
".": "1.96.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.96.1 (2026-04-29)
4+
5+
Full Changelog: [v1.96.0...v1.96.1](https://github.com/dodopayments/dodopayments-kotlin/compare/v1.96.0...v1.96.1)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([d27158a](https://github.com/dodopayments/dodopayments-kotlin/commit/d27158a331cecae4f8270a6f65e5c5177188afab))
10+
311
## 1.96.0 (2026-04-28)
412

513
Full Changelog: [v1.95.1...v1.96.0](https://github.com/dodopayments/dodopayments-kotlin/compare/v1.95.1...v1.96.0)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

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

5-
[![Maven Central](https://img.shields.io/maven-central/v/com.dodopayments.api/dodo-payments-kotlin)](https://central.sonatype.com/artifact/com.dodopayments.api/dodo-payments-kotlin/1.96.0)
6-
[![javadoc](https://javadoc.io/badge2/com.dodopayments.api/dodo-payments-kotlin/1.96.0/javadoc.svg)](https://javadoc.io/doc/com.dodopayments.api/dodo-payments-kotlin/1.96.0)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.dodopayments.api/dodo-payments-kotlin)](https://central.sonatype.com/artifact/com.dodopayments.api/dodo-payments-kotlin/1.96.1)
6+
[![javadoc](https://javadoc.io/badge2/com.dodopayments.api/dodo-payments-kotlin/1.96.1/javadoc.svg)](https://javadoc.io/doc/com.dodopayments.api/dodo-payments-kotlin/1.96.1)
77

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

@@ -24,7 +24,7 @@ Use the Dodo Payments MCP Server to enable AI assistants to interact with this A
2424
2525
<!-- x-release-please-start-version -->
2626

27-
The REST API documentation can be found on [docs.dodopayments.com](https://docs.dodopayments.com/api-reference/introduction). KDocs are available on [javadoc.io](https://javadoc.io/doc/com.dodopayments.api/dodo-payments-kotlin/1.96.0).
27+
The REST API documentation can be found on [docs.dodopayments.com](https://docs.dodopayments.com/api-reference/introduction). KDocs are available on [javadoc.io](https://javadoc.io/doc/com.dodopayments.api/dodo-payments-kotlin/1.96.1).
2828

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

@@ -35,7 +35,7 @@ The REST API documentation can be found on [docs.dodopayments.com](https://docs.
3535
### Gradle
3636

3737
```kotlin
38-
implementation("com.dodopayments.api:dodo-payments-kotlin:1.96.0")
38+
implementation("com.dodopayments.api:dodo-payments-kotlin:1.96.1")
3939
```
4040

4141
### Maven
@@ -44,7 +44,7 @@ implementation("com.dodopayments.api:dodo-payments-kotlin:1.96.0")
4444
<dependency>
4545
<groupId>com.dodopayments.api</groupId>
4646
<artifactId>dodo-payments-kotlin</artifactId>
47-
<version>1.96.0</version>
47+
<version>1.96.1</version>
4848
</dependency>
4949
```
5050

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
1010
group = "com.dodopayments.api"
11-
version = "1.96.0" // x-release-please-version
11+
version = "1.96.1" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)