Skip to content

Commit 0cf43c3

Browse files
authored
Update CHANGELOG and set version to 0.69.1-beta06 (#89)
1 parent c3b4acf commit 0cf43c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
## UNRELEASED
55

6+
## [0.69.1-beta06]
7+
### Added
8+
* ui-toolkit: Add VersionWidget to display the app and sdk version (#87)
9+
* ui-toolkit: Add Developer Settings to the Profile Screen (#88)
10+
611
## [0.69.1-beta05]
712
### Added
813
* ui-toolkit: Add a screen for the not-checked-in state (#63)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allprojects {
3737
}
3838

3939
project.ext {
40-
sdkVersion = '0.69.1-beta05'
40+
sdkVersion = '0.69.1-beta06'
4141
versionCode = 1
4242

4343
compileSdkVersion = 31

0 commit comments

Comments
 (0)