Skip to content

Commit 09a306c

Browse files
committed
update version & changelog
1 parent 34d9268 commit 09a306c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

4+
## [0.14.15]
5+
6+
### Fixed
7+
- Reuse session id on cart backup/restore
8+
- Rare crash on BarcodeScannerView when resuming the camera
9+
- Fixed text being cutoff on restore cart button
10+
411
## [0.14.14]
512

613
### Added

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
}
2424

2525
project.ext {
26-
sdkVersion='0.14.14'
26+
sdkVersion='0.14.15'
2727
versionCode=1
2828

2929
compileSdkVersion=28

0 commit comments

Comments
 (0)