Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.6.0"
".": "8.7.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 45
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-f17b0106d5004cf7339990dd9a9d60dc183ed38051a862db3855fb9d953fbbf8.yml
configured_endpoints: 48
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-8a983c70d7cbbc4023463a85ebdabcee1645603ab46337aa9cfa18f1872f0ae1.yml
openapi_spec_hash: a4ca94b3405fc83934c949068943e16c
config_hash: ae896fec93ebd7c3bc1a6c4d6d9880ff
config_hash: 812b56df3e506bc2af056b2898327b8a
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 8.7.0 (2026-05-15)

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

### Features

* **api:** add register benefits method ([5f4a519](https://github.com/Finch-API/finch-api-kotlin/commit/5f4a51924f5d1a6a4aa2347324d94e6c68a683cb))
* **api:** manual updates ([ecf7d0a](https://github.com/Finch-API/finch-api-kotlin/commit/ecf7d0add3df750e0a7263b506d018bc33d62b0b))


### Chores

* **internal:** codegen related update ([2a13666](https://github.com/Finch-API/finch-api-kotlin/commit/2a136664de926088bc45f7b1ef3b9460a71a953d))

## 8.6.0 (2026-05-12)

Full Changelog: [v8.5.0...v8.6.0](https://github.com/Finch-API/finch-api-kotlin/compare/v8.5.0...v8.6.0)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.tryfinch.api/finch-kotlin)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-kotlin/8.6.0)
[![javadoc](https://javadoc.io/badge2/com.tryfinch.api/finch-kotlin/8.6.0/javadoc.svg)](https://javadoc.io/doc/com.tryfinch.api/finch-kotlin/8.6.0)
[![Maven Central](https://img.shields.io/maven-central/v/com.tryfinch.api/finch-kotlin)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-kotlin/8.7.0)
[![javadoc](https://javadoc.io/badge2/com.tryfinch.api/finch-kotlin/8.7.0/javadoc.svg)](https://javadoc.io/doc/com.tryfinch.api/finch-kotlin/8.7.0)

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

Expand All @@ -24,7 +24,7 @@ Use the Finch MCP Server to enable AI assistants to interact with this API, allo

<!-- x-release-please-start-version -->

The REST API documentation can be found on [developer.tryfinch.com](https://developer.tryfinch.com/). KDocs are available on [javadoc.io](https://javadoc.io/doc/com.tryfinch.api/finch-kotlin/8.6.0).
The REST API documentation can be found on [developer.tryfinch.com](https://developer.tryfinch.com/). KDocs are available on [javadoc.io](https://javadoc.io/doc/com.tryfinch.api/finch-kotlin/8.7.0).

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

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

```kotlin
implementation("com.tryfinch.api:finch-kotlin:8.6.0")
implementation("com.tryfinch.api:finch-kotlin:8.7.0")
```

### Maven
Expand All @@ -44,7 +44,7 @@ implementation("com.tryfinch.api:finch-kotlin:8.6.0")
<dependency>
<groupId>com.tryfinch.api</groupId>
<artifactId>finch-kotlin</artifactId>
<version>8.6.0</version>
<version>8.7.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

allprojects {
group = "com.tryfinch.api"
version = "8.6.0" // x-release-please-version
version = "8.7.0" // x-release-please-version
}

subprojects {
Expand Down
Loading
Loading