From 3015f086b3583ab1c5b5396905ae40f451f1b41a Mon Sep 17 00:00:00 2001 From: adam1929 <103995671+adam1929@users.noreply.github.com> Date: Fri, 3 Mar 2023 15:24:29 +0100 Subject: [PATCH] feat/Version 1.3.0 --- CHANGELOG.md | 7 +++++++ 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, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c962c5..7e0c49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ## :arrow_double_up: [SDK version update guide](./documentation/VERSION_UPDATE.md) ## Release Notes +## Release Notes for 1.3.0 +#### March 03, 2023 +* Features + * Added App Inbox feature with PUSH and HTML - Inbox message type support + * Added support for Customer token authorization + + ## Release Notes for 1.2.0 #### February 02, 2023 * Features diff --git a/android/build.gradle b/android/build.gradle index d1eb17d..437046a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.exponea' -version '1.2.0-SNAPSHOT' +version '1.3.0-SNAPSHOT' buildscript { ext { diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 001d8ac..996ff35 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ - + String { - "1.2.0" + "1.3.0" } } diff --git a/pubspec.yaml b/pubspec.yaml index 2e9d896..95243fa 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.2.0 +version: 1.3.0 homepage: https://exponea.com repository: https://github.com/exponea/exponea-flutter-sdk