Skip to content

Commit c3836f2

Browse files
committed
bump version and update changelog
1 parent 3811b05 commit c3836f2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
## [0.52.0-beta02]
5+
6+
### Fixed
7+
- Fixed an issue with Keyguard popping up multiple times on Android < 9 while entering PayOne Credentials
8+
- Fixed a crash when while using the CheckInLocationManager on Android < 8.
9+
- Fixed a crash when starting location updates from a background thread
10+
11+
### Changes
12+
- Skip brand selection of payment selection when only one project is being shown
13+
414
## [0.52.0-beta01]
515

616
### Breaking Changes

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.52.0-beta01'
34+
sdkVersion='0.52.0-beta02'
3535
versionCode=1
3636

3737
compileSdkVersion=31

0 commit comments

Comments
 (0)