Skip to content

Commit 81a6f54

Browse files
release: 0.253.1
1 parent a666738 commit 81a6f54

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.253.1 (2025-07-17)
4+
5+
Full Changelog: [v0.253.0...v0.253.1](https://github.com/Increase/increase-kotlin/compare/v0.253.0...v0.253.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** ensure error handling always occurs ([37cf4cf](https://github.com/Increase/increase-kotlin/commit/37cf4cfa7e50b03e4b4b5a10e46dd0fa5a23469f))
10+
11+
12+
### Chores
13+
14+
* **ci:** bump `actions/setup-java` to v4 ([c3393b8](https://github.com/Increase/increase-kotlin/commit/c3393b827a3c1429ad10b5d124b7e98ab224abcb))
15+
* **internal:** allow running specific example from cli ([9a11e16](https://github.com/Increase/increase-kotlin/commit/9a11e1658021a7ee064e78e2481bb4dd5abdc3db))
16+
317
## 0.253.0 (2025-07-11)
418

519
Full Changelog: [v0.252.0...v0.253.0](https://github.com/Increase/increase-kotlin/compare/v0.252.0...v0.253.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.increase.api/increase-kotlin)](https://central.sonatype.com/artifact/com.increase.api/increase-kotlin/0.253.0)
6-
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-kotlin/0.253.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-kotlin/0.253.0)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-kotlin)](https://central.sonatype.com/artifact/com.increase.api/increase-kotlin/0.253.1)
6+
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-kotlin/0.253.1/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-kotlin/0.253.1)
77

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

@@ -13,7 +13,7 @@ The Increase Kotlin SDK is similar to the Increase Java SDK but with minor diffe
1313

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

16-
The REST API documentation can be found on [increase.com](https://increase.com/documentation). KDocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-kotlin/0.253.0).
16+
The REST API documentation can be found on [increase.com](https://increase.com/documentation). KDocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-kotlin/0.253.1).
1717

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

@@ -24,7 +24,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d
2424
### Gradle
2525

2626
```kotlin
27-
implementation("com.increase.api:increase-kotlin:0.253.0")
27+
implementation("com.increase.api:increase-kotlin:0.253.1")
2828
```
2929

3030
### Maven
@@ -33,7 +33,7 @@ implementation("com.increase.api:increase-kotlin:0.253.0")
3333
<dependency>
3434
<groupId>com.increase.api</groupId>
3535
<artifactId>increase-kotlin</artifactId>
36-
<version>0.253.0</version>
36+
<version>0.253.1</version>
3737
</dependency>
3838
```
3939

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.increase.api"
11-
version = "0.253.0" // x-release-please-version
11+
version = "0.253.1" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)