From 2dd75da02241d3d2381fa51113585441654ca27e Mon Sep 17 00:00:00 2001 From: Shashank Suhane Date: Tue, 28 Jan 2025 10:26:02 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadec0146..ade3b2998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ #### Added - Added `jsonResponse` field (JSON string) to `AdjustAttribution` where every key-value pair sent by the backend as part of the attribution response can be found. Equivalently, one can also find `jsonResponse` field being part of the attribution instance in the web bridge API. +#### Fixed +- Fixed occasional NPE occurrences when app was entering background (https://github.com/adjust/android_sdk/issues/630). + +#### Changed +- Updated Gradle version to 8.8.0. +- Updated the Adjust Signature library version to 3.35.2. +- Updated `isEnabled` listener to be invoked from the main thread. + --- ### Version 5.0.2 (5th December 2024)