Skip to content

Commit 48c1b5c

Browse files
chore: version updated (#79)
1 parent dc4afe8 commit 48c1b5c

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Optimizely Flutter SDK Changelog
22

3+
## 3.0.0
4+
November 28th, 2024
5+
6+
### Breaking Changes
7+
* VUID configuration is now independent of ODP ([#78](https://github.com/optimizely/optimizely-flutter-sdk/pull/78))
8+
* When VUID is disabled:
9+
* `vuid` is not generated or saved.
10+
* `client-initialized` event will not auto fired on SDK init.
11+
* `vuid` is not included in the odp events as a default attribute.
12+
* `createUserContext()` will be rejected if `userId` is not provided.
13+
314
## 2.0.1
415
July 25, 2024
516

README.md

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

3232
```
33-
optimizely_flutter_sdk: ^2.0.1
33+
optimizely_flutter_sdk: ^3.0.0
3434
```
3535

3636
Then run

lib/package_info.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
class PackageInfo {
55
static const String name = 'optimizely_flutter_sdk';
6-
static const String version = '2.0.1';
6+
static const String version = '3.0.0';
77
}

pubspec.yaml

+1-1
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 Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts.
3-
version: 2.0.1
3+
version: 3.0.0
44
homepage: https://github.com/optimizely/optimizely-flutter-sdk
55

66
environment:

0 commit comments

Comments
 (0)