Skip to content

Commit c5b93fe

Browse files
committed
chore(main): release 0.2.1
1 parent adcffe5 commit c5b93fe

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

.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.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/Finch-API/finch-api-java/compare/v0.2.0...v0.2.1) (2023-07-17)
4+
5+
6+
### Chores
7+
8+
* unreleased changes ([#30](https://github.com/Finch-API/finch-api-java/issues/30)) ([adcffe5](https://github.com/Finch-API/finch-api-java/commit/adcffe5e01386f00977e7b3e59691f9e0cdc6a6c))
9+
310
## [0.2.0](https://github.com/Finch-API/finch-api-java/compare/v0.1.0...v0.2.0) (2023-06-29)
411

512

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

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

1010
nexusPublishing {

0 commit comments

Comments
 (0)