Skip to content

Commit

Permalink
Preparation for release v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kount Support committed Oct 18, 2024
1 parent d8b613e commit bde8fa4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# Android SDK Release Notes

## 4.3.2
* Patched vulnerability CWE-926
* Minimum Version on Android API: 26 (Oreo)

## 4.3.1
* QA Environment hidden
* Updated QA environment URL
* Merchant ID changed to String
* Added Changelog
* Enhanced Unit Tests
* Minimum Version on Android API: 21 (Lollipop)
* Regex updated for client_id and session_id
* Autogeneration of session_id when the field is null or empty


## 4.3.0
* Added the new feature of Completion Handler. This feature can help you perform any action of your choice just after the DDC Data Collection completes. The needed actions can be performed in the completion block.
Expand Down Expand Up @@ -77,4 +84,4 @@ Kount's Android SDK is compatible with:

## 3.0
* Updated SDK with more intuitive configuration and collection
* Improved collection capabilities
* Improved collection capabilities
2 changes: 1 addition & 1 deletion CheckoutExample/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version.name=4.3.2
version.name=4.3.3
Binary file not shown.

0 comments on commit bde8fa4

Please sign in to comment.