diff --git a/README.md b/README.md
index d8d544f5..3daccdfb 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ any previously configured value.
| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
+| 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)
| 4.3.4 | ^3.3.4 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
diff --git a/RELEASES.md b/RELEASES.md
index a3d1092d..71e78a7b 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,14 @@
# Releases
+## 4.3.7 (July 24th, 2025)
+
+### Changelog
+
+- #79 Update AppInsights Core to 3.3.9
+- #74 Update Components to address governance issues
+- #77 Remove unused jquery-1.11.1.js from external test dependencies
+- #78 Add Require Path to package.json
+
## 4.3.6 (March 6th, 2025)
### Changelog
diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json
index b43ef7f3..d63adef8 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.6",
+ "version": "4.3.7",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
diff --git a/version.json b/version.json
index 2b4e5eca..f35d9d67 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.6"
+ "release": "4.3.7"
}
}
}