File tree Expand file tree Collapse file tree 4 files changed +34
-5
lines changed
Expand file tree Collapse file tree 4 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2 .0.0"
2+ "." : " 3 .0.0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.0.0 (2025-01-06)
4+
5+ Full Changelog: [ v2.0.0...v3.0.0] ( https://github.com/Finch-API/finch-api-java/compare/v2.0.0...v3.0.0 )
6+
7+ ### ⚠ BREAKING CHANGES
8+
9+ * ** client:** switch query params objects to use ` QueryParams ` ([ #369 ] ( https://github.com/Finch-API/finch-api-java/issues/369 ) )
10+
11+ ### Features
12+
13+ * ** client:** allow passing null or optional for nullable fields ([ #379 ] ( https://github.com/Finch-API/finch-api-java/issues/379 ) ) ([ e4f8ca9] ( https://github.com/Finch-API/finch-api-java/commit/e4f8ca9dd0387833aa49d7a386bf806cf2af597b ) )
14+
15+
16+ ### Chores
17+
18+ * ** internal:** codegen related update ([ #374 ] ( https://github.com/Finch-API/finch-api-java/issues/374 ) ) ([ 720b466] ( https://github.com/Finch-API/finch-api-java/commit/720b4664e700de2ddc5438a6ef3b0b9a4e882b32 ) )
19+ * ** internal:** codegen related update ([ #376 ] ( https://github.com/Finch-API/finch-api-java/issues/376 ) ) ([ e61b257] ( https://github.com/Finch-API/finch-api-java/commit/e61b257b31e6824ceabe52c3d01e97a76ea7d0b2 ) )
20+
21+
22+ ### Styles
23+
24+ * ** internal:** sort fields ([ #377 ] ( https://github.com/Finch-API/finch-api-java/issues/377 ) ) ([ 0d8e0c9] ( https://github.com/Finch-API/finch-api-java/commit/0d8e0c980e77ceb4870ae930a22bc893249596b2 ) )
25+
26+
27+ ### Refactors
28+
29+ * ** client:** switch query params objects to use ` QueryParams ` ([ #369 ] ( https://github.com/Finch-API/finch-api-java/issues/369 ) ) ([ af3c693] ( https://github.com/Finch-API/finch-api-java/commit/af3c693140281966f4162675c137b93bdcbf0014 ) )
30+ * ** internal:** use constructor to deserialize json ([ #371 ] ( https://github.com/Finch-API/finch-api-java/issues/371 ) ) ([ 418c911] ( https://github.com/Finch-API/finch-api-java/commit/418c911946742d49875c927b53dd86ddd750d59a ) )
31+
332## 2.0.0 (2024-12-19)
433
534Full Changelog: [ v1.12.0...v2.0.0] ( https://github.com/Finch-API/finch-api-java/compare/v1.12.0...v2.0.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.tryfinch.api/finch-java )] ( https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/2 .0.0 )
5+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.tryfinch.api/finch-java )] ( https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/3 .0.0 )
66
77<!-- x-release-please-end -->
88
@@ -27,7 +27,7 @@ The REST API documentation can be found [in the Finch Documentation Center](htt
2727<!-- x-release-please-start-version -->
2828
2929``` kotlin
30- implementation(" com.tryfinch.api:finch-java:2 .0.0" )
30+ implementation(" com.tryfinch.api:finch-java:3 .0.0" )
3131```
3232
3333#### Maven
@@ -36,7 +36,7 @@ implementation("com.tryfinch.api:finch-java:2.0.0")
3636<dependency >
3737 <groupId >com.tryfinch.api</groupId >
3838 <artifactId >finch-java</artifactId >
39- <version >2 .0.0</version >
39+ <version >3 .0.0</version >
4040</dependency >
4141```
4242
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55allprojects {
66 group = " com.tryfinch.api"
7- version = " 2 .0.0" // x-release-please-version
7+ version = " 3 .0.0" // x-release-please-version
88}
99
1010
You can’t perform that action at this time.
0 commit comments