diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 523ffe2..f7eb1ee 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.1.0 + +- Cleared out malformed files on error and reduced chance of files not writing completely if program exits prematurely +- Fixed podspec name +- Token added to device context +- Fixed route name on ScreenObserver +- Add flag to disable data storage + +## 1.0.2 + +- Fixed an issue with EU Workspaces not respecting the proper apiHost + ## 1.0.1 - Fix cocoapods @@ -17,7 +29,3 @@ - Strongly typed, including User Traits and Context objects and plugin settings - Fully asynchronous and concurrency safe state and persistence management - Example app showing off usage of the SDK - -## 1.0.2 - -- Fixed an issue with EU Workspaces not respecting the proper apiHost diff --git a/packages/core/pubspec.yaml b/packages/core/pubspec.yaml index 056fb16..a959e3e 100644 --- a/packages/core/pubspec.yaml +++ b/packages/core/pubspec.yaml @@ -1,6 +1,6 @@ name: segment_analytics description: The hassle-free way to add Segment analytics to your Flutter app. -version: 1.0.2 +version: 1.1.0 homepage: https://github.com/segmentio/analytics_flutter#readme repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/core#readme issue_tracker: https://github.com/segmentio/analytics_flutter/issues