Skip to content

Commit

Permalink
Merge pull request #132 from newrelic/fix_github_issue_125
Browse files Browse the repository at this point in the history
docs: release 1.3.2
  • Loading branch information
ndesai-newrelic committed Sep 20, 2023
2 parents f796ed4 + 4d044d0 commit b20d08e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion NewRelicExampleApp/React-Native-Test-App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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": "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",
Expand Down

0 comments on commit b20d08e

Please sign in to comment.