File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.3 "
2+ "." : " 0.2.4 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.4] ( https://github.com/Finch-API/finch-api-java/compare/v0.2.3...v0.2.4 ) (2023-08-26)
4+
5+
6+ ### Chores
7+
8+ * ** internal:** minor code re-ordering ([ #52 ] ( https://github.com/Finch-API/finch-api-java/issues/52 ) ) ([ 982b0f8] ( https://github.com/Finch-API/finch-api-java/commit/982b0f841a2c5f5b1d5c4b3a07e8e6bfd01f5ede ) )
9+ * ** internal:** remove reviewer ([ #54 ] ( https://github.com/Finch-API/finch-api-java/issues/54 ) ) ([ 8918d16] ( https://github.com/Finch-API/finch-api-java/commit/8918d165f8a69bb0b4733262ec23c0bfce0e2b6c ) )
10+
311## [ 0.2.3] ( https://github.com/Finch-API/finch-api-java/compare/v0.2.2...v0.2.3 ) (2023-08-16)
412
513
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/0.2.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.2.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.2.3 " )
30+ implementation(" com.tryfinch.api:finch-java:0.2.4 " )
3131```
3232
3333#### Maven
@@ -36,7 +36,7 @@ implementation("com.tryfinch.api:finch-java:0.2.3")
3636<dependency >
3737 <groupId >com.tryfinch.api</groupId >
3838 <artifactId >finch-java</artifactId >
39- <version >0.2.3 </version >
39+ <version >0.2.4 </version >
4040</dependency >
4141```
4242
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55allprojects {
66 group = " com.tryfinch.api"
7- version = " 0.2.3 " // x-release-please-version
7+ version = " 0.2.4 " // x-release-please-version
88}
99
1010nexusPublishing {
You can’t perform that action at this time.
0 commit comments