diff --git a/CHANGELOG.md b/CHANGELOG.md index 45169f0..6ade6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.5 + +- Support custom attributes as well as the customData attribute +- Bump semver from 7.3.6 to 7.5.3 + ## 0.1.4 - Send all custom attributes as customData to Taplytics diff --git a/package.json b/package.json index a4d8781..f33f3f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taplytics/segment-react-native-plugin-taplytics", - "version": "0.1.4", + "version": "0.1.5", "description": "Integrate Segment analytics with Taplytics as a destination for your React-Native app.", "type": "module", "main": "src/index.ts",