From b38ec5d887eafb0f552f90ea6306d74170a7a743 Mon Sep 17 00:00:00 2001 From: Nikita Lebedev Date: Tue, 19 Sep 2023 14:13:16 +0300 Subject: [PATCH] Prepare for stable release 2.29.0 (updated CHANGELOG.md). Signed-off-by: Nikita Lebedev --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd78c4222..56634c6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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