We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a4852 commit 1f5efb7Copy full SHA for 1f5efb7
CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
+## [4.0.0] - 2023-04-16
7
+
8
+### Fixed
9
+- Fix 2FA reset procedure
10
11
## [4.0.0-beta5] - 2023-04-06
12
13
### Added
green/build.gradle
@@ -32,8 +32,8 @@ android {
32
defaultConfig {
33
minSdkVersion 23
34
targetSdkVersion 33
35
- versionCode 397
36
- versionName "4.0.0-beta5"
+ versionCode 400
+ versionName "4.0.0"
37
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)
38
39
// Export schemas
0 commit comments