We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95186a commit aaa83faCopy full SHA for aaa83fa
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.52.0-beta05]
5
+
6
+### Updated
7
+- Updated Datatrans SDK to v1.4.3
8
9
+### Fixed
10
+- Crash when validating payment methods
11
12
## [0.52.0-beta04]
13
14
### Breaking Changes
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.52.0-beta04'
+ sdkVersion='0.52.0-beta05'
35
versionCode=1
36
37
compileSdkVersion=31
0 commit comments