Skip to content

Commit

Permalink
release: v1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Akhterov <[email protected]>
  • Loading branch information
janaakhterov committed Aug 26, 2021
1 parent 57e8427 commit 4082698
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.5.1

### Added

* Support for `CustomRoyaltyFee`
* `AssessedCustomFee.payerAccountIds`
* `CustomFractionalFee.assessmentMethod`

## v1.5.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ available in the [hashgraph/hedera-protobuf] repository.
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>sdk</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>

<!-- SELECT ONE: -->
Expand All @@ -53,7 +53,7 @@ available in the [hashgraph/hedera-protobuf] repository.
#### Gradle

```groovy
implementation 'com.hedera.hashgraph:sdk:1.5.0'
implementation 'com.hedera.hashgraph:sdk:1.5.1'
// SELECT ONE:
// netty transport (for high throughput applications)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.hedera.hashgraph</groupId>
<artifactId>sdk</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<packaging>jar</packaging>

<name>sdk</name>
Expand Down

0 comments on commit 4082698

Please sign in to comment.