Skip to content

Commit 9272686

Browse files
authored
release-2.59.0
Signed-off-by: Naydenov <nikola.naydenov@limechain.tech>
1 parent e0af81b commit 9272686

6 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.59.0
9+
10+
### Fixed
11+
12+
- EthereumFlow transaction https://github.com/hiero-ledger/hiero-sdk-java/issues/2358
13+
- Introduced changes to the flow where a single node handles all the transactions inside so pre-check errors are avoided https://github.com/hiero-ledger/hiero-sdk-java/pull/2379/files
14+
815
## 2.58.0
916

1017
### Added

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.58.0'
10+
implementation 'com.hedera.hashgraph:sdk:2.59.0'
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.58.0</version>
21+
<version>2.59.0</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.58.0")
53+
implementation("com.hedera.hashgraph:sdk:2.59.0")
5454

5555
implementation("com.google.android.material:material:1.12.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.4.8-android")
2121
implementation("io.github.cdimascio:dotenv-java:3.2.0")
22-
implementation("com.hedera.hashgraph:sdk:2.58.0")
23-
implementation("com.hedera.hashgraph:sdk-full:2.58.0")
22+
implementation("com.hedera.hashgraph:sdk:2.59.0")
23+
implementation("com.hedera.hashgraph:sdk-full:2.59.0")
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.58.0
1+
2.59.0

0 commit comments

Comments
 (0)