File tree Expand file tree Collapse file tree 4 files changed +29
-7
lines changed
Expand file tree Collapse file tree 4 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 7.5.2 "
2+ "." : " 7.6.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 7.6.0 (2025-09-03)
4+
5+ Full Changelog: [ v7.5.2...v7.6.0] ( https://github.com/Finch-API/finch-api-java/compare/v7.5.2...v7.6.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ ff49b09] ( https://github.com/Finch-API/finch-api-java/commit/ff49b09be8b1d99fd939600a128c733a45586417 ) )
10+ * ** api:** api update ([ 0f28b13] ( https://github.com/Finch-API/finch-api-java/commit/0f28b13c3cbb994557ed019c2020939a7e0476e1 ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * ** ci:** use java-version 21 for publish step ([ 7d2e9d7] ( https://github.com/Finch-API/finch-api-java/commit/7d2e9d77738fef412fc7606230877cdb3befca7f ) )
16+ * fix casing issue ([ a493f5f] ( https://github.com/Finch-API/finch-api-java/commit/a493f5f1779c5af85ea3122a3bcba407eb0b1099 ) )
17+ * update singularization rules ([ 270e376] ( https://github.com/Finch-API/finch-api-java/commit/270e37692dcb7314ec7ff88debd588642615533d ) )
18+
19+
20+ ### Chores
21+
22+ * ** ci:** reduce log noise ([ b7eee64] ( https://github.com/Finch-API/finch-api-java/commit/b7eee641c7c531117813d3400955373a1268e495 ) )
23+ * remove memory upper bound from publishing step ([ c1d1685] ( https://github.com/Finch-API/finch-api-java/commit/c1d16852bef0a7a7177e3619cce87d754f391edc ) )
24+
325## 7.5.2 (2025-08-20)
426
527Full Changelog: [ v7.5.1...v7.5.2] ( https://github.com/Finch-API/finch-api-java/compare/v7.5.1...v7.5.2 )
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/7.5.2 )
6- [ ![ javadoc] ( https://javadoc.io/badge2/com.tryfinch.api/finch-java/7.5.2 /javadoc.svg )] ( https://javadoc.io/doc/com.tryfinch.api/finch-java/7.5.2 )
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/7.6.0 )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.tryfinch.api/finch-java/7.6.0 /javadoc.svg )] ( https://javadoc.io/doc/com.tryfinch.api/finch-java/7.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/7.5.2 ) .
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/7.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:7.5.2 " )
29+ implementation(" com.tryfinch.api:finch-java:7.6.0 " )
3030```
3131
3232### Maven
@@ -35,7 +35,7 @@ implementation("com.tryfinch.api:finch-java:7.5.2")
3535<dependency >
3636 <groupId >com.tryfinch.api</groupId >
3737 <artifactId >finch-java</artifactId >
38- <version >7.5.2 </version >
38+ <version >7.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 = " 7.5.2 " // x-release-please-version
11+ version = " 7.6.0 " // x-release-please-version
1212}
1313
1414subprojects {
You can’t perform that action at this time.
0 commit comments