Skip to content

Commit 7aa898f

Browse files
authored
Update CHANGELOG.md
1 parent ef10c1f commit 7aa898f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [v2.1.0](https://github.com/mixpanel/mixpanel-flutter/tree/v2.1.0) (2023-03-06)
44

5+
### NOTE:
6+
- From this version we will prefix randomly generated device-specific distinct_ids with "$device:". The prefix is applied the next time a new random ID is generated, any IDs generated by previous SDK versions and persisted on the device will continue to be used as-is until reset is called to generate a new ID. This does not change the value sent for the $device_id property, which will continue to be the randomly-generated ID without a prefix. Mixpanel's $identify endpoint has been updated to accept UUIDs with this prefix to coordinate with this change.
7+
58
### Enhancements
69

710
- bump ios to 4.0.5 and android to 7.3.0 [\#99](https://github.com/mixpanel/mixpanel-flutter/pull/99)

0 commit comments

Comments
 (0)