Skip to content

Commit c1ad002

Browse files
authored
Release preparation for SDK version 0.69.1 (#94)
1 parent b804b39 commit c1ad002

File tree

2 files changed

+35
-27
lines changed

2 files changed

+35
-27
lines changed

CHANGELOG.md

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

44
## UNRELEASED
55
### Added
6-
* Added payment method PAYONE SEPA
6+
### Changed
7+
### Removed
8+
### Fixed
9+
10+
## [0.69.1]
11+
### Added
12+
- core,ui: Added payment method PAYONE SEPA (#91)
13+
- ui-toolkit: DynamicView to build Screens by a _(JSON-)_ Configuration
714

815
### Changed
9-
* Set the cart adapter after a project change (different fix for the same bug from #90)
16+
- core: Update CA certificates (#81)
17+
- ui: Set the cart adapter after a project change (different fix for the same bug from #90) (#93)
18+
19+
### Fixed
20+
- ui: Fixed app crash when removing the last item from the cart
1021

1122
## [0.69.1-beta07]
1223
### Fixed
13-
* Fixed navigation when using manual product search
14-
* Fixed app crash when removing the last item from the cart
24+
- kotlin-sample: Fixed navigation when using manual product search (#90)
25+
- ui: Fixed app crash when removing the last item from the cart (#90)
1526

1627
## [0.69.1-beta06]
1728
### Added
18-
* ui-toolkit: Add VersionWidget to display the app and sdk version (#87)
19-
* ui-toolkit: Add Developer Settings to the Profile Screen (#88)
29+
- ui-toolkit: Add VersionWidget to display the app and sdk version (#87)
30+
- ui-toolkit: Add Developer Settings to the Profile Screen (#88)
2031

2132
## [0.69.1-beta05]
2233
### Added
23-
* ui-toolkit: Add a screen for the not-checked-in state (#63)
24-
* ui-toolkit: Add WLANManager for the WifiWidget (#82)
25-
* ui-toolkit: Support headerless sections (#79)
34+
- ui-toolkit: Add a screen for the not-checked-in state (#63)
35+
- ui-toolkit: Add WLANManager for the WifiWidget (#82)
36+
- ui-toolkit: Support headerless sections (#79)
2637

2738
### Changed
28-
* core: Update CA certificates (#81)
29-
* ui-toolkit: Theme update (#78)
39+
- core: Update CA certificates (#81)
40+
- ui-toolkit: Theme update (#78)
3041

3142
### Fixed
32-
* ui-toolkit: Fix crash on empty project list (#77)
43+
- ui-toolkit: Fix crash on empty project list (#77)
3344

3445
## [0.69.1-beta04] (withdrawn)
3546
### Added
36-
* ui-toolkit: Add a screen for the not-checked-in state (#63)
37-
* ui-toolkit: Add WLANManager for the WifiWidget (#82)
38-
* ui-toolkit: Support headerless sections (#79)
47+
- ui-toolkit: Add a screen for the not-checked-in state (#63)
48+
- ui-toolkit: Add WLANManager for the WifiWidget (#82)
49+
- ui-toolkit: Support headerless sections (#79)
3950

4051
### Changed
41-
* core: Update CA certificates (#81)
42-
* ui-toolkit: Theme update (#78)
52+
- core: Update CA certificates (#81)
53+
- ui-toolkit: Theme update (#78)
4354

4455
### Fixed
45-
* ui-toolkit: Fix crash on empty project list (#77)
56+
- ui-toolkit: Fix crash on empty project list (#77)
4657

4758
## [0.69.1-beta03]
4859
### Changed
49-
50-
* UI/UX changes for easier customization and styling
60+
- ui-toolkit: UI/UX changes for easier customization and styling
5161

5262
## [0.69.1-beta02]
5363
### Fixed
54-
55-
- Added accidentally removed sourceSets from ui-toolkit/build.gradle
64+
- ui-toolkit: Added accidentally removed sourceSets from ui-toolkit/build.gradle
5665

5766
## [0.69.1-beta01]
5867
### Added
59-
60-
- DynamicView to build Screens by a _(JSON)_ Configuration
61-
- Handle conflict status code when creating a new process (#70)
68+
- ui-toolkit: DynamicView to build Screens by a _(JSON)_ Configuration
69+
- ui-toolkit: Handle conflict status code when creating a new process (#70)
6270

6371
## [0.69.0]
6472
### Changed
@@ -150,7 +158,7 @@ We now have a gradle plugin which supports snabble SDK version from this version
150158

151159
- Renamed firebase-detector module to mlkit-scanner-engine
152160

153-
### Changes
161+
### Changed
154162

155163
- Added support for parsing config files using property files in resources. Use 'snabble_$env_config.xml'.
156164
- Added support for the new gradle plugin, which automatically generated the config files mentioned above.

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

4343
compileSdkVersion = 33

0 commit comments

Comments
 (0)