Skip to content

Commit 630f458

Browse files
authored
Release preparation for v0.69.5 (#112)
Update sdkVersion and update CHANGELOG
1 parent 1f06fb1 commit 630f458

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
77
### Removed
88
### Fixed
99

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+
1016
## [0.69.4]
1117
### Added
1218
* ui: Pre-fill IBAN for PAYONE SEPA after checkout

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

4343
compileSdkVersion = 33

0 commit comments

Comments
 (0)