Skip to content

Commit 262080b

Browse files
authored
Release of v0.69.1-beta05 (#86)
Releasing v0.69.1-beta05 w/ no changes to beta04 because of a conflict in uploading artifacts to the GitHub Maven repository.
1 parent 64db87c commit 262080b

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

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

44
## UNRELEASED
55

6-
## [0.69.1-beta04]
6+
## [0.69.1-beta05]
77
### Added
8-
98
* ui-toolkit: Add a screen for the not-checked-in state (#63)
109
* ui-toolkit: Add WLANManager for the WifiWidget (#82)
1110
* ui-toolkit: Support headerless sections (#79)
1211

1312
### Changed
14-
1513
* core: Update CA certificates (#81)
1614
* ui-toolkit: Theme update (#78)
1715

1816
### Fixed
17+
* ui-toolkit: Fix crash on empty project list (#77)
1918

19+
## [0.69.1-beta04] (withdrawn)
20+
### Added
21+
* ui-toolkit: Add a screen for the not-checked-in state (#63)
22+
* ui-toolkit: Add WLANManager for the WifiWidget (#82)
23+
* ui-toolkit: Support headerless sections (#79)
24+
25+
### Changed
26+
* core: Update CA certificates (#81)
27+
* ui-toolkit: Theme update (#78)
28+
29+
### Fixed
2030
* ui-toolkit: Fix crash on empty project list (#77)
2131

2232
## [0.69.1-beta03]

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-beta04'
40+
sdkVersion = '0.69.1-beta05'
4141
versionCode = 1
4242

4343
compileSdkVersion = 31

0 commit comments

Comments
 (0)