Skip to content

Commit

Permalink
release: 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Sep 22, 2023
1 parent 71cfc24 commit 07ed244
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.0.2"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.0.2 (2023-09-19)

Full Changelog: [v0.0.1...v0.0.2](https://github.com/Finch-API/finch-api-kotlin/compare/v0.0.1...v0.0.2)

### Features

* **client:** retry on 408 Request Timeout ([#5](https://github.com/Finch-API/finch-api-kotlin/issues/5)) ([55f5fd6](https://github.com/Finch-API/finch-api-kotlin/commit/55f5fd6381bb2d2d02bb4b4ec31e24a45cc1da84))
* **init:** initial commit ([670bd4e](https://github.com/Finch-API/finch-api-kotlin/commit/670bd4ea3631f0537cf7df789aa2176f9580faed))


### Chores

* **api:** remove deprecated & unused ATS API ([#8](https://github.com/Finch-API/finch-api-kotlin/issues/8)) ([0b42c6c](https://github.com/Finch-API/finch-api-kotlin/commit/0b42c6c72b75c3e9f2b7542bb2866b71cb95f1fb))
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The API documentation can be found [here](https://developer.tryfinch.com/).
<!-- x-release-please-start-version -->

```kotlin
implementation("com.tryfinch.api:finch-kotlin:0.0.1")
implementation("com.tryfinch.api:finch-kotlin:0.0.2")
```

#### Maven
Expand All @@ -28,7 +28,7 @@ implementation("com.tryfinch.api:finch-kotlin:0.0.1")
<dependency>
<groupId>com.tryfinch.api</groupId>
<artifactId>finch-kotlin</artifactId>
<version>0.0.1</version>
<version>0.0.2</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 @@ -4,7 +4,7 @@ plugins {

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

nexusPublishing {
Expand Down

0 comments on commit 07ed244

Please sign in to comment.