Skip to content

Commit

Permalink
feat/Fix README.md and change CHANGELOG format
Browse files Browse the repository at this point in the history
  • Loading branch information
FrantisekGazo committed Aug 12, 2021
1 parent c24ab18 commit b591022
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
31 changes: 20 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]:exponea/exponea-flutter-sdk.git
ref: 0.1.0
```
exponea: x.y.z
```

### iOS setup

Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b591022

Please sign in to comment.