Skip to content

Commit 418e2f6

Browse files
authored
Preparing release 1.1.8 (#170)
* Preparing release 1.1.8 * Adding updates to release
1 parent ba39c98 commit 418e2f6

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.8
2+
3+
- Reverting fix for #152
4+
15
## 1.1.7
26

37
- Fix for setFlushPolicies method is overwriting Configuration properties #144

packages/core/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,10 @@ See the [example app](../../example/README.md) to check a full test app of how t
578578

579579
## Release Notes
580580

581+
### Version 1.1.8 (10 Jul 2025)
582+
583+
Reverting fix for #152
584+
581585
### Version 1.1.7 (21 May 2025)
582586

583587
1. **Fixes Github Issue [#144](https://github.com/segmentio/analytics_flutter/issues/144)** - Up to version 1.1.6, the `setFlushPolicies` method inadvertently overwrote the `Configuration.collectDeviceId`property. This issue has been resolved in version 1.1.7.

packages/core/lib/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const segmentVersion = "1.1.7";
1+
const segmentVersion = "1.1.8";

packages/core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: segment_analytics
22
description: The hassle-free way to add Segment analytics to your Flutter app.
3-
version: 1.1.7
3+
version: 1.1.8
44
homepage: https://github.com/segmentio/analytics_flutter#readme
55
repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/core#readme
66
issue_tracker: https://github.com/segmentio/analytics_flutter/issues

0 commit comments

Comments
 (0)