Skip to content

Commit 213365f

Browse files
committed
bump version + update changelog
1 parent 256ca50 commit 213365f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

4+
## [0.39.5]
5+
6+
### Fixed
7+
- QR codes being cutoff when maxSizeMM is higher than available view space
8+
- Payment methods being shown to project that are not part of the project
9+
10+
### Updated
11+
- Updated Datatrans SDK to v1.4.1
12+
413
## [0.39.4]
514

615
### Added

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.39.4'
34+
sdkVersion='0.39.5'
3535
versionCode=1
3636

3737
compileSdkVersion=30

0 commit comments

Comments
 (0)