diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf2e8a..2045cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,23 @@ -## 0.2.0 - August 12, 2021 +## Release Notes +## Release Notes for 0.2.1 +#### August 12, 2021 +* Fixes + * Package usage in README.md -* Universal links and app links +## Release Notes for 0.2.0 +#### August 12, 2021 +* Features + * Universal links and app links -## 0.1.1 - July 21, 2021 +## Release Notes for 0.1.1 +#### July 21, 2021 +* Features + * Telemetry + * Push notifications for iOS + * Documentation -* Telemetry -* Push notifications for iOS -* Documentation - -## 0.1.0 - July 8, 2021 - -* Initial release with base functionality of the mobile SDKs - tracking, in-app messages, fetching -* Push notifications for Android +## Release Notes for 0.1.0 +#### July 8, 2021 +* Features + * Initial release with base functionality of the mobile SDKs - tracking, in-app messages, fetching + * Push notifications for Android diff --git a/README.md b/README.md index 3ccc29b..a481662 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,9 @@ Flutter SDK is implemented as a wrapper around [native Android SDK](https://gith ## Getting started In your projects `pubspec.yaml` file, add dependency to Flutter Exponea SDK: - - exponea: - git: - url: git@github.com:exponea/exponea-flutter-sdk.git - ref: 0.1.0 +``` +exponea: x.y.z +``` ### iOS setup diff --git a/pubspec.yaml b/pubspec.yaml index 9965d2d..2fb900e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,7 @@ name: exponea -description: Exponea Flutter SDK -version: 0.2.0 +description: >- + A full featured wrapper for Exponea SDK that supports Android and iOS. +version: 0.2.1 homepage: https://exponea.com repository: https://github.com/exponea/exponea-flutter-sdk