From 51f9ae6a0e892f1c90feafec3eace9d08d961e7b Mon Sep 17 00:00:00 2001 From: Damon Chan <92778185+damoncro@users.noreply.github.com> Date: Thu, 4 May 2023 11:45:30 +0800 Subject: [PATCH] Problem: Missing v0.0.12-alpha release (fix #311) (#312) --- CHANGELOG.md | 11 ++++++++--- CronosPlayUnreal.uplugin | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a085522..bceed5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog ## [Unreleased] - +## [v0.0.12-alpha] - 2023-5-04 +- Support sending transactions using Metamask and Crypto.com Defi Wallet +- Use play-cpp-sdk v0.0.19-alpha +- Replace rust::cxxbridge1::Error with std::exception +- Merge CI workflows +- Fix varies crashes issues ## [v0.0.11-alpha] - 2023-3-07 - Add SecureStorageOption for Wallets for desktop, mobile @@ -25,10 +30,10 @@ - Save session to a sessioninfo.json file under project dir - Restore session info sessioninfo.json file - Consolidate Engine Version, Platform Name, and Plugin Version Name into user agent -- Add support of walletconnect and erc-721, erc-1155, erc-20 +- Add support of walletconnect and erc-721, erc-1155, erc-20 - Add IOS support - Add chain_id to function: SignEip155Transaction -- Rename +- Rename - `FInitializeWalletConnectBlockingDelegate` to `FInitializeWalletConnectDelegate` - Rename `EnsureSessionBlocking` to `EnsureSession` - Add GetCryptoWalletUrl diff --git a/CronosPlayUnreal.uplugin b/CronosPlayUnreal.uplugin index 224e9f55..1ae0019c 100644 --- a/CronosPlayUnreal.uplugin +++ b/CronosPlayUnreal.uplugin @@ -2,7 +2,7 @@ "FileVersion": 3, "FriendlyName": "Cronos Play for Unreal Engine", "Version": 1, - "VersionName": "v0.0.11-alpha", + "VersionName": "v0.0.12-alpha", "EngineVersion": "5.1.0", "Description": "Cronos labs", "Category": "Programming", @@ -29,4 +29,4 @@ ] } ] -} \ No newline at end of file +}