From a947aac60b28ee3f642a7605d3449cf897628462 Mon Sep 17 00:00:00 2001 From: Mirza Sohail Hussain Date: Wed, 5 Oct 2022 22:11:13 -0700 Subject: [PATCH 1/2] change log added --- CHANGELOG.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..0a2361f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ -## 0.0.1 -* TODO: Describe initial release. +## [0.1.0] - October 6th, 2022 +### Beta release of the Optimizely X Full Stack Flutter SDK. +*Following are the apis added in Flutter SDK.* +* activate +* getVariation +* getForcedVariation +* setForcedVariation +* getOptimizelyConfig +* createUserContext +* close + +*Following are the listeners added in Flutter SDK.* +* addActivateNotificationListener +* addTrackNotificationListener +* addLogEventNotificationListener +* addUpdateConfigNotificationListener + +### **Documentation will be available soon in final release** From 45426beae3356b76903883f61b52c56300bab22a Mon Sep 17 00:00:00 2001 From: Mirza Sohail Hussain Date: Wed, 5 Oct 2022 22:11:46 -0700 Subject: [PATCH 2/2] updated version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d477573..040dc8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: optimizely_flutter_sdk description: Optimizely Flutter SDK. -version: 0.0.1 +version: 0.1.0 homepage: https://github.com/optimizely/optimizely-flutter-sdk environment: