Skip to content

Commit 2e7206b

Browse files
committed
v0.62.0
1 parent 3f71a32 commit 2e7206b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.62.0]
5+
6+
### Breaking Changes
7+
- Renamed Project.customerCardInfos to Project.customerCardInfo
8+
9+
### Added
10+
- Added CheckoutPreconditionHandler to CheckoutBar
11+
12+
### Fixed
13+
- Fixed double backing out of point of sale checkout aborts
14+
- Fixed rare crash when approving offline payment methods
15+
416
## [0.61.3]
517

618
### Fixed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
}
3232

3333
project.ext {
34-
sdkVersion='0.61.3'
34+
sdkVersion='0.62.0'
3535
versionCode=1
3636

3737
compileSdkVersion=31

0 commit comments

Comments
 (0)