Skip to content

Commit 5ed83a3

Browse files
committed
chore(release): prepare release v2.1.0
1 parent 66aabb5 commit 5ed83a3

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# Changelog
22

33

4-
## [2.0.0](https://github.com/nyg/kraken-api-java/compare/v1.0.0..2.0.0) - 2024-03-29
4+
## [2.1.0](https://github.com/nyg/kraken-api-java/compare/v2.0.0..2.1.0) - 2024-12-26
5+
6+
### ⛰️ Features
7+
8+
- [`934b794`](https://github.com/nyg/kraken-api-java/commit/934b7945b1121d2e582195d4c3d5dbd2d0466532) Implement report endpoints, add EOY Balance example ([#24](https://github.com/nyg/kraken-api-java/issues/24))
9+
10+
### ⚙️ Miscellaneous
11+
12+
- [`66aabb5`](https://github.com/nyg/kraken-api-java/commit/66aabb53cfa3faf11a5f5b03dc8531b6e81dd320) *(readme)* Update README for v2.1.0
13+
- [`bb94609`](https://github.com/nyg/kraken-api-java/commit/bb946092329c4661f03ea960e31e2f90b76a7dcf) *(deps)* Update all non-major dependencies ([#20](https://github.com/nyg/kraken-api-java/issues/20))
14+
- [`0cee177`](https://github.com/nyg/kraken-api-java/commit/0cee1772c125f43bc9c876f15fd3e5f13f04fd9d) *(java)* Explicitly specify annotation processors ([#26](https://github.com/nyg/kraken-api-java/issues/26))
15+
- [`8aaa739`](https://github.com/nyg/kraken-api-java/commit/8aaa73946f9167f952313633593b2d516a391028) *(deps)* Update orhun/git-cliff-action action to v4 ([#22](https://github.com/nyg/kraken-api-java/issues/22))
16+
- [`274ddb2`](https://github.com/nyg/kraken-api-java/commit/274ddb2f3c6595ec1a818d0bbc3c003f68553170) *(doc)* Document the release process ([#19](https://github.com/nyg/kraken-api-java/issues/19))
17+
- [`b9e7684`](https://github.com/nyg/kraken-api-java/commit/b9e7684968a78e0701c70e727a810776b90032f0) *(readme)* Update README for v2
18+
19+
## [2.0.0](https://github.com/nyg/kraken-api-java/compare/v1.0.0..v2.0.0) - 2024-03-29
520

621
### ⛰️ Features
722

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.andstuff.kraken</groupId>
88
<artifactId>kraken-api-parent</artifactId>
9-
<version>2.0.1-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
</parent>
1111

1212
<artifactId>kraken-api-examples</artifactId>

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.andstuff.kraken</groupId>
88
<artifactId>kraken-api-parent</artifactId>
9-
<version>2.0.1-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
</parent>
1111

1212
<artifactId>kraken-api</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>dev.andstuff.kraken</groupId>
77
<artifactId>kraken-api-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>Java Kraken API Client</name>
@@ -37,7 +37,7 @@
3737
<url>https://github.com/nyg/kraken-api-java</url>
3838
<connection>scm:git:https://github.com/nyg/kraken-api-java.git</connection>
3939
<developerConnection>scm:git:ssh://git@github.com/nyg/kraken-api-java.git</developerConnection>
40-
<tag>HEAD</tag>
40+
<tag>v2.1.0</tag>
4141
</scm>
4242

4343
<issueManagement>

0 commit comments

Comments
 (0)