Skip to content

Commit c751c5c

Browse files
committed
release: 0.3.4
1 parent 5c24cbf commit c751c5c

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-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.3"
2+
".": "0.3.4"
33
}

CHANGELOG.md

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

3+
## 0.3.4 (2023-10-04)
4+
5+
Full Changelog: [v0.3.3...v0.3.4](https://github.com/Finch-API/finch-api-java/compare/v0.3.3...v0.3.4)
6+
7+
### Features
8+
9+
* **api:** add `/forward` endpoint and other updates ([#76](https://github.com/Finch-API/finch-api-java/issues/76)) ([f8590fa](https://github.com/Finch-API/finch-api-java/commit/f8590fa0796f77433470a2665bbfba5079b3b46e))
10+
11+
12+
### Chores
13+
14+
* **docs:** adjust some docstrings ([#77](https://github.com/Finch-API/finch-api-java/issues/77)) ([a8cdb4f](https://github.com/Finch-API/finch-api-java/commit/a8cdb4f107a6b0a36aae4dceb26ab6289ae1f34e))
15+
* **docs:** adjust some docstrings ([#78](https://github.com/Finch-API/finch-api-java/issues/78)) ([9402e63](https://github.com/Finch-API/finch-api-java/commit/9402e630e7d9b6cb164e444fd8bfb6f5bb3d7c56))
16+
* **internal:** add a top-level generated comment to each file ([#79](https://github.com/Finch-API/finch-api-java/issues/79)) ([439d020](https://github.com/Finch-API/finch-api-java/commit/439d020b5caba0794e40aa85ed0aef9e16e07d5e))
17+
318
## 0.3.3 (2023-09-25)
419

520
Full Changelog: [v0.3.2...v0.3.3](https://github.com/Finch-API/finch-api-java/compare/v0.3.2...v0.3.3)

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.3)
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.4)
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.3")
30+
implementation("com.tryfinch.api:finch-java:0.3.4")
3131
```
3232

3333
#### Maven
@@ -36,7 +36,7 @@ implementation("com.tryfinch.api:finch-java:0.3.3")
3636
<dependency>
3737
<groupId>com.tryfinch.api</groupId>
3838
<artifactId>finch-java</artifactId>
39-
<version>0.3.3</version>
39+
<version>0.3.4</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.3" // x-release-please-version
7+
version = "0.3.4" // x-release-please-version
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)