Skip to content

Commit 9613147

Browse files
authored
Prepare release
1 parent 771c94f commit 9613147

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

44
## UNRELEASED
55
### Added
6-
* ui: Pre-fill IBAN for PAYONE SEPA after checkout (#99)
76
### Changed
87
### Removed
98
### Fixed
9+
10+
## [0.69.4]
11+
### Added
12+
* ui: Pre-fill IBAN for PAYONE SEPA after checkout
13+
### Fixed
1014
* core: Fix add IBAN crash by implementing missing Serializable interface
15+
* ui: Fix PAYONE SEPA country code ui
1116

1217
## [0.69.3]
1318
### Changed

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.3'
40+
sdkVersion = '0.69.4'
4141
versionCode = 1
4242

4343
compileSdkVersion = 33

0 commit comments

Comments
 (0)