diff --git a/README.md b/README.md
index 3daccdfb..26d6dce0 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ any previously configured value.
| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
+| 4.3.8 | ^3.3.10 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.7 | ^3.3.9 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.6 | ^3.3.6 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.5 | ^3.3.5 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
diff --git a/RELEASES.md b/RELEASES.md
index 71e78a7b..45ac2ac6 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,11 @@
# Releases
+## 4.3.8 (Sept 24th, 2025)
+
+### Changelog
+
+- #81 Update AppInsights Core to 3.3.10
+
## 4.3.7 (July 24th, 2025)
### Changelog
diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json
index 1a3ffd24..db71856c 100644
--- a/applicationinsights-react-native/package.json
+++ b/applicationinsights-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
- "version": "4.3.7",
+ "version": "4.3.8",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
diff --git a/version.json b/version.json
index f35d9d67..9694e14c 100644
--- a/version.json
+++ b/version.json
@@ -6,7 +6,7 @@
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
- "release": "4.3.7"
+ "release": "4.3.8"
}
}
}