Skip to content

Commit

Permalink
Merge pull request segmentio#96 from segmentio/MichaelGHSeg/patch-1
Browse files Browse the repository at this point in the history
Preparing for release of v1.1.0
  • Loading branch information
MichaelGHSeg authored Aug 16, 2024
2 parents 7a8a1bf + 3a845f5 commit 4903c25
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4903c25

Please sign in to comment.