diff --git a/README.md b/README.md
index 1ab71ecb..57230172 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ any previously configured value.
| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
+| 4.3.2 | ^3.3.2 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.1 | ^3.3.1 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.0 | ^3.3.0 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.2.0 | ^3.2.0 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
diff --git a/RELEASES.md b/RELEASES.md
index c503728b..1ac32cd4 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,13 @@
# Releases
+## 4.3.2 (Sep 3rd, 2024)
+
+This release contains a potential type break change due to the definition of the expCfg in [IConfiguration](https://github.com/microsoft/ApplicationInsights-JS/blob/main/shared/AppInsightsCore/src/JavaScriptSDK.Interfaces/IConfiguration.ts)
+
+### Changelog
+
+- #55 [pre-release] update application insights to 3.3.2
+
## 4.3.1 (Aug 23rd, 2024)
### Changelog
diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json
index 8b87565a..d123ce8f 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.1",
+ "version": "4.3.2",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
diff --git a/package.json b/package.json
index 4d3eee2b..02daf583 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
- "version": "4.3.1",
+ "version": "4.3.2",
"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 c45a1c06..be86ee05 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.3.1",
+ "@microsoft/applicationinsights-react-native": "^4.3.2",
"@microsoft/applicationinsights-web": "^3.3.2",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
diff --git a/version.json b/version.json
index 0d8dbecf..47e53534 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.1"
+ "release": "4.3.2"
}
}
}