diff --git a/README.md b/README.md
index 943382ca..1c6c7cd4 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ any previously configured value.
| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
+| 4.0.4 | ^3.0.9 | *
dev:^0.69.9 | [release4.x](https://github.com/microsoft/applicationinsights-react-native/tree/release4.x)
| 4.0.3 | ^3.0.8 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.0.2 | ^3.0.5 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.0.1 | ^3.0.3 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
diff --git a/RELEASES.md b/RELEASES.md
index c3adb706..4bf4fe8a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,22 @@
# Releases
+## 4.0.4 (March 22nd, 2024)
+
+### Changelog
+
+- #44 Update to Application Insights ^3.0.9
+
+ !! Critical Bug fix for Memoery Leak !!
+[#2311](https://github.com/microsoft/ApplicationInsights-JS/issues/2311)
+It also contains a packaging fix for webpack [#2307](https://github.com/microsoft/ApplicationInsights-JS/issues/2307) (caused by [#2306]](https://github.com/microsoft/ApplicationInsights-JS/issues/2306) )
+
+ - Fix Circular dependencies
+ - Fix Excessive memory usage for SPA where unload hooks keep accumulating
+ - Internal Task: Update npm pack sequence
+ - Fix Update namespaced types (DTS) generation to include referenced bundles
+ - Remove 403 as a “retriable” error code
+
+
## 4.0.3 (Feb 12th, 2024)
### Changelog
diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json
index d771dd6c..f6904f79 100644
--- a/applicationinsights-react-native/package.json
+++ b/applicationinsights-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
diff --git a/package.json b/package.json
index e549871c..2bd6da39 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
- "version": "4.0.3",
+ "version": "4.0.4",
"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 3a5178d5..bf5ebc69 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.0.3",
+ "@microsoft/applicationinsights-react-native": "^4.0.4",
"@microsoft/applicationinsights-web": "^3.0.9",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
diff --git a/version.json b/version.json
index cb6fb90f..88e8a9a7 100644
--- a/version.json
+++ b/version.json
@@ -6,7 +6,7 @@
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
- "release": "4.0.3"
+ "release": "4.0.4"
}
}
}