Skip to content

Commit 021b139

Browse files
release: 0.160.0
1 parent 31d9fe0 commit 021b139

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
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.159.0"
2+
".": "0.160.0"
33
}

CHANGELOG.md

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

3+
## 0.160.0 (2024-12-23)
4+
5+
Full Changelog: [v0.159.0...v0.160.0](https://github.com/Increase/increase-java/compare/v0.159.0...v0.160.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **client:** switch query params objects to use `QueryParams` ([#666](https://github.com/Increase/increase-java/issues/666))
10+
11+
### Features
12+
13+
* **api:** api update ([#669](https://github.com/Increase/increase-java/issues/669)) ([a48d436](https://github.com/Increase/increase-java/commit/a48d436999cefec232bffb44a9aae5eb9074014d))
14+
* **api:** api update ([#670](https://github.com/Increase/increase-java/issues/670)) ([31d9fe0](https://github.com/Increase/increase-java/commit/31d9fe00d3c7949105fabe83d56de1a3cbe7a4e4))
15+
16+
17+
### Refactors
18+
19+
* **client:** switch query params objects to use `QueryParams` ([#666](https://github.com/Increase/increase-java/issues/666)) ([0687924](https://github.com/Increase/increase-java/commit/0687924d47ed59f60a3ea7b0fa1b9360a514530b))
20+
* **internal:** use constructor to deserialize json ([#668](https://github.com/Increase/increase-java/issues/668)) ([62773ca](https://github.com/Increase/increase-java/commit/62773ca6e39bcf8ecebdbb4d56c12923f4d8e363))
21+
322
## 0.159.0 (2024-12-20)
423

524
Full Changelog: [v0.158.0...v0.159.0](https://github.com/Increase/increase-java/compare/v0.158.0...v0.159.0)

README.md

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

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

5-
[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.159.0)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.160.0)
66

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

@@ -25,7 +25,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/
2525
<!-- x-release-please-start-version -->
2626

2727
```kotlin
28-
implementation("com.increase.api:increase-java:0.159.0")
28+
implementation("com.increase.api:increase-java:0.160.0")
2929
```
3030

3131
#### Maven
@@ -34,7 +34,7 @@ implementation("com.increase.api:increase-java:0.159.0")
3434
<dependency>
3535
<groupId>com.increase.api</groupId>
3636
<artifactId>increase-java</artifactId>
37-
<version>0.159.0</version>
37+
<version>0.160.0</version>
3838
</dependency>
3939
```
4040

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.increase.api"
7-
version = "0.159.0" // x-release-please-version
7+
version = "0.160.0" // x-release-please-version
88
}
99

1010

0 commit comments

Comments
 (0)