Skip to content

Commit

Permalink
release: 2.47.0-beta.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
  • Loading branch information
0xivanov committed Dec 19, 2024
1 parent 83119fb commit 8f9ffc8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +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.47.0-beta.1

### Changed
- Renamed packages to `org.hiero`

## 2.46.0

### Added
- 2 new queries `MirrorNodeContractCallQuery` and `MirrorNodeContractEstimateGasQuery` for estimation/simulation of contract operations.
- Support for Long Term Scheduled Transactions (HIP-423).
- Validation for creating Public keys from bytes.
-

### Fixed
- A bug where service port was overridden for `NodeUpdateTransaction`.
- Runtime errors using older Android APIs (26+).
Expand Down
2 changes: 1 addition & 1 deletion docs/android-app/android-app-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To get started with an Android project, you'll need to add the following **two**

1. **Hedera™ Java SDK:**
```groovy
implementation 'com.hedera.hashgraph:sdk:2.46.0'
implementation 'com.hedera.hashgraph:sdk:2.47.0-beta.1'
```

2. **gRPC implementation:**
Expand Down
4 changes: 2 additions & 2 deletions docs/java-app/java-app-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ To get started with a Java project, you'll need to add the following **three** d

_Gradle:_
```groovy
implementation 'com.hedera.hashgraph:sdk:2.46.0'
implementation 'com.hedera.hashgraph:sdk:2.47.0-beta.1'
```

_Maven:_
```xml
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>sdk</artifactId>
<version>2.46.0</version>
<version>2.47.0-beta.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.46.0
2.47.0-beta.1

0 comments on commit 8f9ffc8

Please sign in to comment.