Skip to content

Commit a543947

Browse files
stainless-botrattrayalex
authored andcommitted
release: 0.3.2
1 parent 2b9ba2e commit a543947

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.3.2 (2023-09-19)
4+
5+
Full Changelog: [v0.3.1...v0.3.2](https://github.com/Finch-API/finch-api-java/compare/v0.3.1...v0.3.2)
6+
7+
### Features
8+
9+
* **client:** retry on 408 Request Timeout ([#65](https://github.com/Finch-API/finch-api-java/issues/65)) ([f3601a6](https://github.com/Finch-API/finch-api-java/commit/f3601a6041c8afd06b0a96e3736cc77750d606e5))
10+
11+
12+
### Chores
13+
14+
* **api:** remove deprecated & unused ATS API ([#68](https://github.com/Finch-API/finch-api-java/issues/68)) ([60d13e0](https://github.com/Finch-API/finch-api-java/commit/60d13e06834161d73dda20f2679ca2d76d612e78))
15+
316
## 0.3.1 (2023-09-06)
417

518
Full Changelog: [v0.3.0...v0.3.1](https://github.com/Finch-API/finch-api-java/compare/v0.3.0...v0.3.1)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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/0.3.1)
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/0.3.2)
66

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

@@ -27,7 +27,7 @@ The API documentation can be found [here](https://developer.tryfinch.com/).
2727
<!-- x-release-please-start-version -->
2828

2929
```kotlin
30-
implementation("com.tryfinch.api:finch-java:0.3.1")
30+
implementation("com.tryfinch.api:finch-java:0.3.2")
3131
```
3232

3333
#### Maven
@@ -36,7 +36,7 @@ implementation("com.tryfinch.api:finch-java:0.3.1")
3636
<dependency>
3737
<groupId>com.tryfinch.api</groupId>
3838
<artifactId>finch-java</artifactId>
39-
<version>0.3.1</version>
39+
<version>0.3.2</version>
4040
</dependency>
4141
```
4242

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.tryfinch.api"
7-
version = "0.3.1" // x-release-please-version
7+
version = "0.3.2" // x-release-please-version
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)