We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fe45c commit 2e6a5d4Copy full SHA for 2e6a5d4
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
+## [3.9.2] - 2023-01-17
7
+
8
+### Added
9
+- Added CSAT forms
10
11
## [3.9.1] - 2022-12-15
12
13
### Fixed
green/build.gradle
@@ -32,8 +32,8 @@ android {
32
defaultConfig {
33
minSdkVersion 23
34
targetSdkVersion 31
35
- versionCode 391
36
- versionName "3.9.1"
+ versionCode 392
+ versionName "3.9.2"
37
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)
38
39
// Export schemas
0 commit comments