File tree Expand file tree Collapse file tree 4 files changed +23
-5
lines changed
Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.160 .0"
2+ "." : " 0.161 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.161.0 (2025-01-07)
4+
5+ Full Changelog: [ v0.160.0...v0.161.0] ( https://github.com/Increase/increase-java/compare/v0.160.0...v0.161.0 )
6+
7+ ### Features
8+
9+ * ** client:** allow passing null or optional for nullable fields ([ #679 ] ( https://github.com/Increase/increase-java/issues/679 ) ) ([ 7e006d5] ( https://github.com/Increase/increase-java/commit/7e006d5c6e40f33214a218bb828b191291fe132f ) )
10+
11+
12+ ### Chores
13+
14+ * ** internal:** update examples ([ #680 ] ( https://github.com/Increase/increase-java/issues/680 ) ) ([ c0b2611] ( https://github.com/Increase/increase-java/commit/c0b26111b85e9990629dabb4394f9d247bdc5f92 ) )
15+
16+
17+ ### Styles
18+
19+ * ** internal:** sort fields ([ #677 ] ( https://github.com/Increase/increase-java/issues/677 ) ) ([ 258af91] ( https://github.com/Increase/increase-java/commit/258af913ced4e717f3662bec83e4371a8f1b1137 ) )
20+
321## 0.160.0 (2025-01-03)
422
523Full Changelog: [ v0.159.0...v0.160.0] ( https://github.com/Increase/increase-java/compare/v0.159.0...v0.160.0 )
Original file line number Diff line number Diff line change 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.160 .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.161 .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.160 .0" )
28+ implementation(" com.increase.api:increase-java:0.161 .0" )
2929```
3030
3131#### Maven
@@ -34,7 +34,7 @@ implementation("com.increase.api:increase-java:0.160.0")
3434<dependency >
3535 <groupId >com.increase.api</groupId >
3636 <artifactId >increase-java</artifactId >
37- <version >0.160 .0</version >
37+ <version >0.161 .0</version >
3838</dependency >
3939```
4040
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55allprojects {
66 group = " com.increase.api"
7- version = " 0.160 .0" // x-release-please-version
7+ version = " 0.161 .0" // x-release-please-version
88}
99
1010
You can’t perform that action at this time.
0 commit comments