Skip to content

Commit

Permalink
Prepare for stable release v2.29.0 (#1609)
Browse files Browse the repository at this point in the history
* Prepare for stable release 2.29.0 (updated CHANGELOG.md).

Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>

* prepare for release 2.29.0

Signed-off-by: dikel <dikelito@tutamail.com>

---------

Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
Signed-off-by: dikel <dikelito@tutamail.com>
Co-authored-by: dikel <dikelito@tutamail.com>
  • Loading branch information
thenswan and dikel authored Sep 19, 2023
1 parent 8cc347f commit cf1c1e3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

## 2.29.0

### Added
- `populateAccountEvmAddress` and `populateAccountEvmAddressAsync` to `AccountId`

### Fixed
- duplicate transaction IDs at high TPS (>25K)
- android compatibility issues

### Changed
- GRPC configurations

## 2.28.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Select _one_ of the following depending on your target platform.

```groovy
implementation 'com.hedera.hashgraph:sdk:2.28.0'
implementation 'com.hedera.hashgraph:sdk:2.29.0'
```

Select _one_ of the following to provide the gRPC implementation.
Expand Down Expand Up @@ -56,7 +56,7 @@ Select _one_ of the following depending on your target platform.
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>sdk</artifactId>
<version>2.28.0</version>
<version>2.29.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion example-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

implementation 'com.hedera.hashgraph:sdk:2.28.0'
implementation 'com.hedera.hashgraph:sdk:2.29.0'

implementation 'org.slf4j:slf4j-simple:2.0.7'
implementation 'io.grpc:grpc-okhttp:1.49.2'
Expand Down
2 changes: 1 addition & 1 deletion version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// and `sdk/build.gradle` so I extracted them into another file and made both aforementioned
// files import this one.
group = "com.hedera.hashgraph"
version = "2.28.0"
version = "2.29.0"

0 comments on commit cf1c1e3

Please sign in to comment.