Skip to content

Commit e8e0b91

Browse files
[FSSDK-9359] chore: Catch up the main branch from release branches (#55)
* [FSSDK-8962] Update branding names * [FSSDK-8962] Add CONTRIBUTING.md * [FSSDK-8962] Update README.md * [FSSDK-8962] PR review requested changes * [FSSDK-8962] Update Pod::Spec homepage link * [FSSDK-8962] Update CONTRIBUTING.md * [FSSDK-8962] Restore & reorder badges * [FSSDK-8962] Remove excess H3; Add code typing * [FSSDK-8962] Reorganize sample + other stuff * [FSSDK-8962] Remove build & coverage badges * [FSSDK-8962] Bump version & changelog (#46) * [FSSDK-9359] chore Prepare for v1.0.1 GA release (#53) * Fix gradle & proguard rules * Update CHANGELOG * Bump version numbers * Fix year in CHANGELOG
1 parent 4d9468f commit e8e0b91

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Optimizely Flutter SDK Changelog
2+
3+
## 1.0.1
4+
May 8, 2023
5+
6+
**Official General Availability (GA) release**
7+
8+
### Bug Fixes
9+
10+
* Fix "no serializer found" error ([#51](https://github.com/optimizely/optimizely-flutter-sdk/pull/51)).
11+
212
## 1.0.1-beta
313
March 10, 2022
414

515
* We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#44](https://github.com/optimizely/optimizely-flutter-sdk/pull/44)).
616

717
## 1.0.0-beta
818
November 3, 2022
19+
920
**Beta release of the Optimizely X Full Stack Flutter SDK.**
1021

1122
### New Features

README.md

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

3434
```
35-
optimizely_flutter_sdk: ^1.0.1-beta
35+
optimizely_flutter_sdk: ^1.0.1
3636
```
3737

3838
Then run

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

66
environment:

0 commit comments

Comments
 (0)