Skip to content

Commit

Permalink
Release 6.1.0 (#959)
Browse files Browse the repository at this point in the history
Release updates
  • Loading branch information
nsingh-branch authored Mar 1, 2024
1 parent 4db1afe commit 895c2bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-02-29 Version 6.1.0

- Update Android SDK to 5.9.0
- Update iOS SDK 3.2.0
- Added addSnapPartnerParameter() to support setting Snapchat partner parameters
- Added setDMAParamsForEEA() to support DMA compliance
- Removed deprecated setDebug() method

2023-10-10 Version 6.0.0

- Update Branch iOS SDK to 3.0.0 for iOS 17 support.
Expand Down
2 changes: 1 addition & 1 deletion branchreactnativetestbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-branch": "6.0.0"
"react-native-branch": "6.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-branch",
"version": "6.0.0",
"version": "6.1.0",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 895c2bd

Please sign in to comment.