Skip to content

Commit cb122df

Browse files
committed
update changelog + bump version
1 parent cd27c3b commit cb122df

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
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.49.0]
5+
6+
### Important Changes
7+
This release included a auto-migration path away from KeyStore based encryption, due to concurrency bugs in vendor implementations resulting in loss of payment information.
8+
Payment credentials are now stored using an asynchronous RSA.
9+
410
## [0.48.4]
511

612
### 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.48.4'
34+
sdkVersion='0.49.0'
3535
versionCode=1
3636

3737
compileSdkVersion=31

0 commit comments

Comments
 (0)