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 e6ea9ef commit f0b7307Copy full SHA for f0b7307
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.45.1]
5
+
6
+### Changes
7
+- Upgraded Datatrans SDK to v1.4.2
8
9
+### Fixed
10
+- Fixed Datatrans Transaction Listener
11
12
## [0.45.0]
13
14
### Added
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.45.0'
+ sdkVersion='0.45.1'
35
versionCode=1
36
37
compileSdkVersion=30
0 commit comments