diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8a28d..beca92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.3.2 + +### New in this release +* Resolved a problem preventing apps from building due to an undefined package associated with AGP 4 compatibility. +* Addressed an issue with recordHandledException where users were unable to call this method for Android API levels 21 through 23 + + ## 1.3.1 ### New in this release diff --git a/NewRelicExampleApp/React-Native-Test-App/package.json b/NewRelicExampleApp/React-Native-Test-App/package.json index 8671037..a92a762 100644 --- a/NewRelicExampleApp/React-Native-Test-App/package.json +++ b/NewRelicExampleApp/React-Native-Test-App/package.json @@ -14,7 +14,7 @@ "@react-navigation/native": "^6.1.6", "@react-navigation/native-stack": "^6.9.12", "moment": "^2.29.4", - "newrelic-react-native-agent": "^1.2.1", + "newrelic-react-native-agent": "^1.3.2", "react": "18.2.0", "react-native": "0.72.4", "react-native-safe-area-context": "^4.5.3", diff --git a/package.json b/package.json index 5c18d8f..d9baacf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic-react-native-agent", - "version": "1.3.1", + "version": "1.3.2", "description": "A New Relic Mobile Agent for React Native", "main": "./index.js", "types": "./dist/index.d.ts",