Skip to content

Commit 323cf3a

Browse files
authored
release-2.56.1
Signed-off-by: Naydenov <nikola.naydenov@limechain.tech>
1 parent 2601eff commit 323cf3a

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.56.1
9+
10+
### Added
11+
12+
- support for decline reward in node create and node update transaction https://github.com/hiero-ledger/hiero-sdk-java/issues/2329
13+
14+
https://github.com/hiero-ledger/hiero-sdk-java/pull/2333
15+
816
## 2.56.0
917

1018
### Changed

docs/android-app/android-app-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To get started with an Android project, you'll need to add the following **two**
77
1. **Hedera™ Java SDK:**
88

99
```groovy
10-
implementation 'com.hedera.hashgraph:sdk:2.56.0'
10+
implementation 'com.hedera.hashgraph:sdk:2.56.1'
1111
```
1212

1313
2. **gRPC implementation:**

docs/java-app/java-app-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _Maven:_
1818
<dependency>
1919
<groupId>com.hedera.hashgraph</groupId>
2020
<artifactId>sdk</artifactId>
21-
<version>2.56.0</version>
21+
<version>2.56.1</version>
2222
</dependency>
2323
```
2424

example-android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation(platform("org.hiero:hiero-dependency-versions"))
5151
// ---------------------------------------------
5252

53-
implementation("com.hedera.hashgraph:sdk:2.56.0")
53+
implementation("com.hedera.hashgraph:sdk:2.56.1")
5454

5555
implementation("com.google.android.material:material:1.11.0")
5656

examples/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencyAnalysis {
1919
dependencies.constraints {
2020
implementation("com.google.guava:guava:33.3.1-android")
2121
implementation("io.github.cdimascio:dotenv-java:3.0.2")
22-
implementation("com.hedera.hashgraph:sdk:2.56.0")
23-
implementation("com.hedera.hashgraph:sdk-full:2.56.0")
22+
implementation("com.hedera.hashgraph:sdk:2.56.1")
23+
implementation("com.hedera.hashgraph:sdk-full:2.56.1")
2424
implementation("com.google.code.findbugs:jsr305:3.0.2")
2525
}
2626

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.56.0
1+
2.56.1

0 commit comments

Comments
 (0)