Skip to content

Commit

Permalink
Release 4.1.0 (#156)
Browse files Browse the repository at this point in the history
* Release 4.1.0

Co-authored-by: Aleš Bizjak <[email protected]>
  • Loading branch information
MilkywayPirate and abizjak authored Jan 25, 2023
1 parent 85f2089 commit 6ff0ba6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased changes

## 4.1.0
- Added support for Transfer With Schedule.
- Added support for Transfer With Schedule With Memo.
- Added support for Update Credentials Keys.
Expand All @@ -10,6 +12,8 @@
- Added support for Encrypted Transfer with Memo.
- Added support for Configuring a baker.
- Added support for Configuring the account as a Delegator.
- A new native dependency has been introduced in order to support the new transaction types mentioned above,
As a result native dependencies need to be rebuilt before building the Java project.

## 4.0.0
- Support for Protocol 5.
Expand Down
2 changes: 1 addition & 1 deletion concordium-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.concordium.sdk</groupId>
<artifactId>concordium-sdk</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0</version>

<name>concordium-sdk</name>
<!-- FIXME change it to the project's website -->
Expand Down

0 comments on commit 6ff0ba6

Please sign in to comment.