Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: release 1.3.2 #132

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading