From e46f93271d52bf2dc45ac91f252bfb92dfcfffc6 Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Fri, 16 Aug 2024 09:56:55 -0400 Subject: [PATCH 1/2] Update pubspec.yaml to 1.1.0 --- packages/core/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3a845f58a31a1f46ef5b40976c6e949de88ad645 Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Fri, 16 Aug 2024 10:11:09 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md for v1.1.0 --- packages/core/CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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