We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771c94f commit 9613147Copy full SHA for 9613147
CHANGELOG.md
@@ -3,11 +3,16 @@ All notable changes to this project will be documented in this file.
3
4
## UNRELEASED
5
### Added
6
-* ui: Pre-fill IBAN for PAYONE SEPA after checkout (#99)
7
### Changed
8
### Removed
9
### Fixed
+
10
+## [0.69.4]
11
+### Added
12
+* ui: Pre-fill IBAN for PAYONE SEPA after checkout
13
+### Fixed
14
* core: Fix add IBAN crash by implementing missing Serializable interface
15
+* ui: Fix PAYONE SEPA country code ui
16
17
## [0.69.3]
18
build.gradle
@@ -37,7 +37,7 @@ allprojects {
37
}
38
39
project.ext {
40
- sdkVersion = '0.69.3'
+ sdkVersion = '0.69.4'
41
versionCode = 1
42
43
compileSdkVersion = 33
0 commit comments