diff --git a/CHANGELOG.md b/CHANGELOG.md index e545213..8744b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.4.8 + +## Improvements + +- Native Android agent updated to version 7.6.2 +- Native iOS agent updated to version 7.5.3 + ## 1.4.7 ## Improvements diff --git a/README.md b/README.md index b839b89..4e74317 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ In android/settings.gradle: plugins { id "com.android.application" version "7.4.2" apply false id "org.jetbrains.kotlin.android" version "1.7.10" apply false - id "com.newrelic.agent.android" version "7.5.1" apply false // <-- include this + id "com.newrelic.agent.android" version "7.6.2" apply false // <-- include this } ``` @@ -173,7 +173,7 @@ Or, if you are using the traditional way to apply the plugin: } dependencies { ... - classpath "com.newrelic.agent.android:agent-gradle-plugin:7.5.1" + classpath "com.newrelic.agent.android:agent-gradle-plugin:7.6.2" } } ``` diff --git a/package.json b/package.json index 3361fd5..a57ea41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic-react-native-agent", - "version": "1.4.7", + "version": "1.4.8", "description": "A New Relic Mobile Agent for React Native", "main": "./index.js", "types": "./dist/index.d.ts", @@ -92,10 +92,10 @@ }, "sdkVersions": { "ios": { - "newrelic": "~>7.5.2" + "newrelic": "~>7.5.3" }, "android": { - "newrelic": "7.6.1", + "newrelic": "7.6.2", "ndk": "1.1.1" } }