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 1f06fb1 commit 630f458Copy full SHA for 630f458
CHANGELOG.md
@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
7
### Removed
8
### Fixed
9
10
+## [0.69.5]
11
+### Added
12
+* ui: Add animation for a successful checkout (#111)
13
+* ui: Add new payment status UI with additional feedback option (#110)
14
+* ui: Add support for a custom checkout header (#109)
15
+
16
## [0.69.4]
17
### Added
18
* ui: Pre-fill IBAN for PAYONE SEPA after checkout
build.gradle
@@ -37,7 +37,7 @@ allprojects {
37
}
38
39
project.ext {
40
- sdkVersion = '0.69.4'
+ sdkVersion = '0.69.5'
41
versionCode = 1
42
43
compileSdkVersion = 33
0 commit comments