File tree Expand file tree Collapse file tree 4 files changed +24
-7
lines changed
Expand file tree Collapse file tree 4 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 5.5 .0"
2+ "." : " 5.6 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.6.0 (2025-04-29)
4+
5+ Full Changelog: [ v5.5.0...v5.6.0] ( https://github.com/Finch-API/finch-api-java/compare/v5.5.0...v5.6.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ a9fefbc] ( https://github.com/Finch-API/finch-api-java/commit/a9fefbc485cfa35d7c34aa409333a7b2e244f26a ) )
10+ * ** api:** api update ([ 9e451d0] ( https://github.com/Finch-API/finch-api-java/commit/9e451d0ea744078d1c4f10c878a950ca3719237b ) )
11+ * ** api:** api update ([ f45fb21] ( https://github.com/Finch-API/finch-api-java/commit/f45fb2151509dd96e2630b94ed4b3a1f3f711439 ) )
12+ * ** api:** api update ([ 43c21f7] ( https://github.com/Finch-API/finch-api-java/commit/43c21f75d63053a888c4ba99dd63847b145bf360 ) )
13+ * ** api:** api update ([ 35e522b] ( https://github.com/Finch-API/finch-api-java/commit/35e522ba3ad911b49f41ad4b62f1ddc3257dbcd2 ) )
14+ * ** api:** api update ([ 70708d7] ( https://github.com/Finch-API/finch-api-java/commit/70708d78bc704b34f936e835b614e54c87c2db03 ) )
15+ * ** api:** api update ([ f8988d7] ( https://github.com/Finch-API/finch-api-java/commit/f8988d7fc959241b683da19b068c95a8ac023e24 ) )
16+ * ** api:** api update ([ 53c3147] ( https://github.com/Finch-API/finch-api-java/commit/53c31470ca6f0cf5985f8ebd60446f8f08e84913 ) )
17+ * ** api:** api update ([ 30df955] ( https://github.com/Finch-API/finch-api-java/commit/30df955523928c30ef0e29f1154ff5fee88d80d1 ) )
18+ * ** api:** api update ([ 79e067e] ( https://github.com/Finch-API/finch-api-java/commit/79e067e9790c16095a9a81cea65fb500c6f4aea6 ) )
19+
320## 5.5.0 (2025-04-23)
421
522Full Changelog: [ v5.4.0...v5.5.0] ( https://github.com/Finch-API/finch-api-java/compare/v5.4.0...v5.5.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/5.5 .0 )
6- [ ![ javadoc] ( https://javadoc.io/badge2/com.tryfinch.api/finch-java/5.5 .0/javadoc.svg )] ( https://javadoc.io/doc/com.tryfinch.api/finch-java/5.5 .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/5.6 .0 )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.tryfinch.api/finch-java/5.6 .0/javadoc.svg )] ( https://javadoc.io/doc/com.tryfinch.api/finch-java/5.6 .0 )
77
88<!-- x-release-please-end -->
99
@@ -15,7 +15,7 @@ It is generated with [Stainless](https://www.stainless.com/).
1515
1616<!-- x-release-please-start-version -->
1717
18- The REST API documentation can be found on [ developer.tryfinch.com] ( https://developer.tryfinch.com/ ) . Javadocs are available on [ javadoc.io] ( https://javadoc.io/doc/com.tryfinch.api/finch-java/5.5 .0 ) .
18+ The REST API documentation can be found on [ developer.tryfinch.com] ( https://developer.tryfinch.com/ ) . Javadocs are available on [ javadoc.io] ( https://javadoc.io/doc/com.tryfinch.api/finch-java/5.6 .0 ) .
1919
2020<!-- x-release-please-end -->
2121
@@ -26,7 +26,7 @@ The REST API documentation can be found on [developer.tryfinch.com](https://deve
2626### Gradle
2727
2828``` kotlin
29- implementation(" com.tryfinch.api:finch-java:5.5 .0" )
29+ implementation(" com.tryfinch.api:finch-java:5.6 .0" )
3030```
3131
3232### Maven
@@ -35,7 +35,7 @@ implementation("com.tryfinch.api:finch-java:5.5.0")
3535<dependency >
3636 <groupId >com.tryfinch.api</groupId >
3737 <artifactId >finch-java</artifactId >
38- <version >5.5 .0</version >
38+ <version >5.6 .0</version >
3939</dependency >
4040```
4141
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99allprojects {
1010 group = " com.tryfinch.api"
11- version = " 5.5 .0" // x-release-please-version
11+ version = " 5.6 .0" // x-release-please-version
1212}
1313
1414subprojects {
You can’t perform that action at this time.
0 commit comments