diff --git a/README.md b/README.md
index e185583d..f057176e 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ any previously configured value.
| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
+| 4.2.0 | ^3.2.0 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.1.1 | ^3.1.2 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.1.0 | ^3.1.0 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.0.3 | ^3.0.8 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
diff --git a/RELEASES.md b/RELEASES.md
index 957e96a7..d4f338b9 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,11 @@
# Releases
+## 4.1.2 (May 8th, 2024)
+
+### Changelog
+
+- #47 Update AppInsights Core to 3.2.0
+
## 4.1.1 (March 22nd, 2024)
### Changelog
diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json
index 1fbba1e5..8f154c87 100644
--- a/applicationinsights-react-native/package.json
+++ b/applicationinsights-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
- "version": "4.1.1",
+ "version": "4.2.0",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
diff --git a/package.json b/package.json
index 8d7f9db1..ba51c4bf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
- "version": "4.1.1",
+ "version": "4.2.0",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
diff --git a/sample/package.json b/sample/package.json
index 09c39967..a3edad3d 100644
--- a/sample/package.json
+++ b/sample/package.json
@@ -10,7 +10,7 @@
},
"dependencies": {
"@expo/webpack-config": "^18.0.1",
- "@microsoft/applicationinsights-react-native": "^4.1.1",
+ "@microsoft/applicationinsights-react-native": "^4.2.0",
"@microsoft/applicationinsights-web": "^3.2.0",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
diff --git a/version.json b/version.json
index 94afe36f..3d9f1b0b 100644
--- a/version.json
+++ b/version.json
@@ -6,7 +6,7 @@
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
- "release": "4.1.1"
+ "release": "4.2.0"
}
}
}