From 2ff884b38b78eebf52b620821df077a984b182a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Mon, 12 Jun 2023 16:03:39 +0200 Subject: [PATCH] [#1080] SDK Release 1.18.0-beta01 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f7327b..94696f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Change Log -## Unreleased +## 1.18.0-beta01 - Synchronizer's functions `getUnifiedAddress`, `getSaplingAddress`, `getTransparentAddress`, and `refreshUtxos` now do not provide `Account.DEFAULT` value for the account argument. As accounts are not fully supported by the SDK yet, the caller should explicitly set Account.DEFAULT as the account argument to keep the same behavior. +- Gradle 8.1.1 +- AGP 8.0.2 ## 1.17.0-beta01 - Transparent fund balances are now displayed almost immediately