Skip to content

Commit 8e8ecae

Browse files
Updated readme, changelog and version to 0.1.1-beta for release (#37)
Co-authored-by: Mirza Sohail Hussain <mirza.sohailhussain@gmail.com>
1 parent 40c8a3a commit 8e8ecae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
## [0.1.1-beta] - October 26th, 2022
3+
### Beta release of the Optimizely X Full Stack Flutter SDK.
4+
*Following are the listener related methods added in Flutter SDK.*
5+
* removeNotificationListener
6+
* clearNotificationListeners
7+
* clearAllNotificationListeners
8+
29
## [0.1.0-beta] - October 6th, 2022
310
### Beta release of the Optimizely X Full Stack Flutter SDK.
411
*Following are the apis added in Flutter SDK.*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Other Flutter platforms are not currently supported by this SDK.
2929
To add the flutter-sdk to your project dependencies, include the following in your app's pubspec.yaml:
3030

3131
```
32-
optimizely_flutter_sdk: ^0.1.0-beta
32+
optimizely_flutter_sdk: ^0.1.1-beta
3333
```
3434

3535
Then, import the package in your application code:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: optimizely_flutter_sdk
22
description: This repository houses the Flutter SDK for use with Optimizely Full Stack and Optimizely Rollouts.
3-
version: 0.1.0-beta
3+
version: 0.1.1-beta
44
homepage: https://github.com/optimizely/optimizely-flutter-sdk
55

66
environment:

0 commit comments

Comments
 (0)