Skip to content

Commit

Permalink
Problem: Missing v0.0.12-alpha release (fix #311) (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
damoncro authored May 4, 2023
1 parent ac115e0 commit 51f9ae6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CronosPlayUnreal.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -29,4 +29,4 @@
]
}
]
}
}

0 comments on commit 51f9ae6

Please sign in to comment.