From 10a95de93b290271a2a4c69e955dd13d91629340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Herculano?= Date: Thu, 2 May 2024 12:50:21 +0200 Subject: [PATCH] release/7.8.2 --- cmplibrary/gradle.properties | 2 +- cmplibrary/release_note.txt | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cmplibrary/gradle.properties b/cmplibrary/gradle.properties index 294c6f08e..e6cc580b8 100644 --- a/cmplibrary/gradle.properties +++ b/cmplibrary/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME = 7.8.1 +VERSION_NAME = 7.8.2 POM_NAME = cmplibrary POM_REPO = sourcepoint diff --git a/cmplibrary/release_note.txt b/cmplibrary/release_note.txt index cc14f86ee..c7699c210 100644 --- a/cmplibrary/release_note.txt +++ b/cmplibrary/release_note.txt @@ -1,2 +1,6 @@ -* [DIA-3710](https://sourcepoint.atlassian.net/browse/DIA-3710) Fix an issue causing granular state consent status to assume a wrong value. [https://github.com/SourcePointUSA/android-cmp-app/pull/799](#799) -* [DIA-3630](https://sourcepoint.atlassian.net/browse/DIA-3630) Update utility functions for Unity. [https://github.com/SourcePointUSA/android-cmp-app/pull/794](#794) +* [DIA-3785](https://sourcepoint.atlassian.net/browse/DIA-3785) Fix an issue preventing USNat consent data from being stored after PM save & exit [#805](https://github.com/SourcePointUSA/android-cmp-app/pull/805) +* Fix an issue causing the SDK to show wrong translations in some scenarios. [#809](https://github.com/SourcePointUSA/android-cmp-app/pull/809) +* [DIA-2066](https://sourcepoint.atlassian.net/browse/DIA-2066) Improve experience of the back button on AndroidTV [#715](https://github.com/SourcePointUSA/android-cmp-app/pull/715) +* [HCD-496](https://sourcepoint.atlassian.net/browse/HCD-496) Improve documentation around MSPS consent status [#802](https://github.com/SourcePointUSA/android-cmp-app/pull/802) +* [HCD-502](https://sourcepoint.atlassian.net/browse/HCD-502) Improve documentation regarding supporting US Privacy String along USNat campaigns [#806](https://github.com/SourcePointUSA/android-cmp-app/pull/806) +* Internal code cleanup and dependencies updates from SDK and Example apps dependencies [#796](https://github.com/SourcePointUSA/android-cmp-app/pull/796), [#798](https://github.com/SourcePointUSA/android-cmp-app/pull/798), [#803](https://github.com/SourcePointUSA/android-cmp-app/pull/803), [#811](https://github.com/SourcePointUSA/android-cmp-app/pull/811), [#814](https://github.com/SourcePointUSA/android-cmp-app/pull/814) \ No newline at end of file