From 979fb7d2fe52c109ffeafbb8c50bde079fed8783 Mon Sep 17 00:00:00 2001 From: adam1929 <103995671+adam1929@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:46:44 +0100 Subject: [PATCH] feat/Version 1.2.0 --- CHANGELOG.md | 11 +++++++++++ android/build.gradle | 2 +- android/src/main/AndroidManifest.xml | 2 +- example/ios/Runner.xcodeproj/project.pbxproj | 6 +++--- example/pubspec.yaml | 2 +- ios/Classes/SwiftExponeaPlugin.swift | 2 +- pubspec.yaml | 2 +- 7 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a22e833..3c962c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ ## :arrow_double_up: [SDK version update guide](./documentation/VERSION_UPDATE.md) ## Release Notes +## Release Notes for 1.2.0 +#### February 02, 2023 +* Features + * Native SDK updated - Android to 3.2.1 and iOS to 2.13.1 + * Added Configuration flag to be able to disable tracking of default properties along with customer properties + * Guiding documentation added for Push notification update after certain circumstances + * Added documentation notes about tracking consent according to DSGVO/GDPR +* Bug Fixes + * Fixed: Update minimal iOS supported version in doc + + ## Release Notes for 1.1.0 #### September 02, 2022 * Features diff --git a/android/build.gradle b/android/build.gradle index e69d0b7..76c876d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.exponea' -version '1.1.0-SNAPSHOT' +version '1.2.0-SNAPSHOT' buildscript { ext { diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index db4baff..001d8ac 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ - + String { - "1.1.0" + "1.2.0" } } diff --git a/pubspec.yaml b/pubspec.yaml index ec0b3d2..e7a0cf1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: exponea description: >- A full featured wrapper for Exponea SDK that supports Android and iOS. -version: 1.1.0 +version: 1.2.0 homepage: https://exponea.com repository: https://github.com/exponea/exponea-flutter-sdk