Skip to content

Commit 7fa52b7

Browse files
release: 4.2.1
1 parent 238b853 commit 7fa52b7

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-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-
".": "4.2.0"
2+
".": "4.2.1"
33
}

CHANGELOG.md

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

3+
## 4.2.1 (2025-02-27)
4+
5+
Full Changelog: [v4.2.0...v4.2.1](https://github.com/Finch-API/finch-api-java/compare/v4.2.0...v4.2.1)
6+
7+
### Documentation
8+
9+
* update URLs from stainlessapi.com to stainless.com ([#467](https://github.com/Finch-API/finch-api-java/issues/467)) ([238b853](https://github.com/Finch-API/finch-api-java/commit/238b853b930f203759499a7d9540c35b586a3915))
10+
311
## 4.2.0 (2025-02-27)
412

513
Full Changelog: [v4.1.0...v4.2.0](https://github.com/Finch-API/finch-api-java/compare/v4.1.0...v4.2.0)

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/4.2.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/4.2.1)
66

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

@@ -23,7 +23,7 @@ The REST API documentation can be found [in the Finch Documentation Center](htt
2323
### Gradle
2424

2525
```kotlin
26-
implementation("com.tryfinch.api:finch-java:4.2.0")
26+
implementation("com.tryfinch.api:finch-java:4.2.1")
2727
```
2828

2929
### Maven
@@ -32,7 +32,7 @@ implementation("com.tryfinch.api:finch-java:4.2.0")
3232
<dependency>
3333
<groupId>com.tryfinch.api</groupId>
3434
<artifactId>finch-java</artifactId>
35-
<version>4.2.0</version>
35+
<version>4.2.1</version>
3636
</dependency>
3737
```
3838

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
allprojects {
22
group = "com.tryfinch.api"
3-
version = "4.2.0" // x-release-please-version
3+
version = "4.2.1" // x-release-please-version
44
}

0 commit comments

Comments
 (0)