Skip to content

Commit fe1ec65

Browse files
release: 7.8.0 (#560)
* feat(api): manual updates remove java and kotlin from skipped benefits method * feat(api): add register benefits method * release: 7.8.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 86552de commit fe1ec65

33 files changed

Lines changed: 4826 additions & 10 deletions

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.7.0"
2+
".": "7.8.0"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 45
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-f17b0106d5004cf7339990dd9a9d60dc183ed38051a862db3855fb9d953fbbf8.yml
1+
configured_endpoints: 48
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-5092370ef89959c46138a85f9d6d3c919682a5492a0f9f85ac4421de702f35a8.yml
33
openapi_spec_hash: a4ca94b3405fc83934c949068943e16c
4-
config_hash: ae896fec93ebd7c3bc1a6c4d6d9880ff
4+
config_hash: a1c4b7d897cbf8ed42c5f474b3161d79

CHANGELOG.md

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

3+
## 7.8.0 (2026-05-12)
4+
5+
Full Changelog: [v7.7.0...v7.8.0](https://github.com/Finch-API/finch-api-java/compare/v7.7.0...v7.8.0)
6+
7+
### Features
8+
9+
* **api:** add register benefits method ([6e858e5](https://github.com/Finch-API/finch-api-java/commit/6e858e5cf21cc0a006e19444192ac43a2948f781))
10+
* **api:** manual updates ([ad2d05d](https://github.com/Finch-API/finch-api-java/commit/ad2d05dfca49f26443d904e242b7eea45a79fcb9))
11+
312
## 7.7.0 (2026-05-12)
413

514
Full Changelog: [v7.6.0...v7.7.0](https://github.com/Finch-API/finch-api-java/compare/v7.6.0...v7.7.0)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.7.0)
6-
[![javadoc](https://javadoc.io/badge2/com.tryfinch.api/finch-java/7.7.0/javadoc.svg)](https://javadoc.io/doc/com.tryfinch.api/finch-java/7.7.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/7.8.0)
6+
[![javadoc](https://javadoc.io/badge2/com.tryfinch.api/finch-java/7.8.0/javadoc.svg)](https://javadoc.io/doc/com.tryfinch.api/finch-java/7.8.0)
77

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

@@ -24,7 +24,7 @@ Use the Finch MCP Server to enable AI assistants to interact with this API, allo
2424
2525
<!-- x-release-please-start-version -->
2626

27-
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.7.0).
27+
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.8.0).
2828

2929
<!-- x-release-please-end -->
3030

@@ -35,7 +35,7 @@ The REST API documentation can be found on [developer.tryfinch.com](https://deve
3535
### Gradle
3636

3737
```kotlin
38-
implementation("com.tryfinch.api:finch-java:7.7.0")
38+
implementation("com.tryfinch.api:finch-java:7.8.0")
3939
```
4040

4141
### Maven
@@ -44,7 +44,7 @@ implementation("com.tryfinch.api:finch-java:7.7.0")
4444
<dependency>
4545
<groupId>com.tryfinch.api</groupId>
4646
<artifactId>finch-java</artifactId>
47-
<version>7.7.0</version>
47+
<version>7.8.0</version>
4848
</dependency>
4949
```
5050

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
1010
group = "com.tryfinch.api"
11-
version = "7.7.0" // x-release-please-version
11+
version = "7.8.0" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)