Skip to content

Commit

Permalink
chore: version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Nov 28, 2024
1 parent dc4afe8 commit a4d8667
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Optimizely Flutter SDK Changelog

## 3.0.0
November 28th, 2024

### Breaking Changes
* VUID configuration is now independent of ODP ([#78](https://github.com/optimizely/optimizely-flutter-sdk/pull/78))
* When VUID is disabled:
* `vuid` is not generated or saved.
* `client-initialized` event will not auto fired on SDK init.
* `vuid` is not included in the odp events as a default attribute.
* `createUserContext()` will be rejected if `userId` is not provided.

## 2.0.1
July 25, 2024

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Other Flutter platforms are not currently supported by this SDK.
To add the flutter-sdk to your project dependencies, include the following in your app's pubspec.yaml:

```
optimizely_flutter_sdk: ^2.0.1
optimizely_flutter_sdk: ^3.0.0
```

Then run
Expand Down
2 changes: 1 addition & 1 deletion lib/package_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

class PackageInfo {
static const String name = 'optimizely_flutter_sdk';
static const String version = '2.0.1';
static const String version = '3.0.0';
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: optimizely_flutter_sdk
description: This repository houses the Flutter SDK for use with Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts.
version: 2.0.1
version: 3.0.0
homepage: https://github.com/optimizely/optimizely-flutter-sdk

environment:
Expand Down

0 comments on commit a4d8667

Please sign in to comment.