Skip to content

Commit ee396f1

Browse files
authored
Update CHANGELOG.md
1 parent 8c6b8f8 commit ee396f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

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

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

5-
**Closed issues:**
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.
67

7-
- How get the alias of the current user using the react native SDK? [\#143](https://github.com/mixpanel/mixpanel-react-native/issues/143)
8+
9+
### Enhancements
10+
11+
- bump ios to 4.0.5 and android to 7.3.0 [\#176](https://github.com/mixpanel/mixpanel-react-native/pull/176)
812

913
#
1014

0 commit comments

Comments
 (0)