From 0f1cc945da27d4ead891c2ce7af78a023de874a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uglje=C5=A1a=20Erceg?= Date: Tue, 29 May 2018 10:57:07 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f81b7b..40622e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ -### Version 4.11.1 (xth March 2017) +### Version 4.13.0 (29th May 2018) +#### Added +- Added `set_app_secret` method to `adjust_config` structure. +- Added `adjust_GdprForgetMe()` method to enable possibility for user to be forgotten in accordance with GDPR law. + #### Fixed - Fixed issue of creating and destroying lots of threads on certain Android API levels (https://github.com/adjust/android_sdk/issues/265). #### Changed -- Updated native Android SDK to version **4.11.1**. -- Native SDKs stability updates and improvements. +- Updated native iOS SDK to version **4.13.0**. +- Updated native Android SDK to version **4.13.0**. ---