File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed
Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 4.0.1 "
2+ "." : " 4.0.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.0.2 (2025-02-12)
4+
5+ Full Changelog: [ v4.0.1...v4.0.2] ( https://github.com/Finch-API/finch-api-java/compare/v4.0.1...v4.0.2 )
6+
7+ ### Chores
8+
9+ * ** internal:** refactor ` PhantomReachableClosingAsyncStreamResponse ` impl ([ #434 ] ( https://github.com/Finch-API/finch-api-java/issues/434 ) ) ([ e4c0a86] ( https://github.com/Finch-API/finch-api-java/commit/e4c0a86b8a1dfb914b40edd43dfb5f199f76231d ) )
10+
11+
12+ ### Documentation
13+
14+ * add more phantom reachability docs ([ e4c0a86] ( https://github.com/Finch-API/finch-api-java/commit/e4c0a86b8a1dfb914b40edd43dfb5f199f76231d ) )
15+
316## 4.0.1 (2025-02-11)
417
518Full Changelog: [ v4.0.0...v4.0.1] ( https://github.com/Finch-API/finch-api-java/compare/v4.0.0...v4.0.1 )
Original file line number Diff line number Diff line change 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.0.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/4.0.2 )
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.0.1 " )
26+ implementation(" com.tryfinch.api:finch-java:4.0.2 " )
2727```
2828
2929### Maven
@@ -32,7 +32,7 @@ implementation("com.tryfinch.api:finch-java:4.0.1")
3232<dependency >
3333 <groupId >com.tryfinch.api</groupId >
3434 <artifactId >finch-java</artifactId >
35- <version >4.0.1 </version >
35+ <version >4.0.2 </version >
3636</dependency >
3737```
3838
Original file line number Diff line number Diff line change 11allprojects {
22 group = " com.tryfinch.api"
3- version = " 4.0.1 " // x-release-please-version
3+ version = " 4.0.2 " // x-release-please-version
44}
You can’t perform that action at this time.
0 commit comments