diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef86a10..0610d6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.1.0] - 2024-06-07 ### Removed - Shielding – now it is only possible to unshield your balances @@ -19,7 +19,7 @@ ### Changed - Actualized End User License Terms and Privacy Policy URL -## [1.0.0] - 2022-04-24 +## [1.0.0] - 2024-04-24 ### Added - Setting up and updating validator pool commission rates @@ -60,5 +60,6 @@ - Identity data tab on the account details screen is no longer shown for accounts without revealed attributes - CIS-2 tokens with corrupted or missing metadata can no longer be added -[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.0.0...HEAD +[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.1.0...HEAD +[1.1.0]: https://github.com/Concordium/cryptox-android/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/Concordium/cryptox-android/compare/0.6.1-qa.5...1.0.0 diff --git a/README.md b/README.md index 11e76fdb..a7738bd9 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,13 @@ With CryptoX Wallet, you can: - Create digital identities and your initial account via an identity provider (IDP) - Create additional accounts with your digital identities - Send and receive CCD -- Check your account balances, both public and private -- Transfer CCD between your balances (from public to private and from private to public) +- Check your account balances - Manage CCD validation and delegation - Check your CCD release schedule (only for buyers) - Manage your addresses in the address book for fast and easy transactions - Export and import backups of your accounts, identities, address book, and keys - Import both phrase- and file-based wallets -- Manage CIS-2 tokens +- Send, receive and view CIS-2 tokens - Browse owned NFTs from [Spaceseven](https://spaceseven.com/marketplace) - Connect to Concordium dApps with WalletConnect diff --git a/app/build.gradle b/app/build.gradle index 8a06938b..2e4a6df9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { def versionMajor = 1 def versionMinor = 1 def versionPatch = 0 - def versionMeta = "-qa.3" - def versionCodeIncremental = 1375 + def versionMeta = "" + def versionCodeIncremental = 1381 compileSdkVersion 34