diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2fb98c7d4..bab482944 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [8.9.3](https://github.com/appium/WebDriverAgent/compare/v8.9.2...v8.9.3) (2024-10-07)
+
+### Miscellaneous Chores
+
+* remove unused FBBaseActionsParser and cleanup imports in FBConfiguration ([#943](https://github.com/appium/WebDriverAgent/issues/943)) ([a2173d0](https://github.com/appium/WebDriverAgent/commit/a2173d05df8ef831310e805a8e6a8a8d17725201))
+
## [8.9.2](https://github.com/appium/WebDriverAgent/compare/v8.9.1...v8.9.2) (2024-09-13)
### Miscellaneous Chores
diff --git a/WebDriverAgentLib/Info.plist b/WebDriverAgentLib/Info.plist
index a43dfce01..63b4beea4 100644
--- a/WebDriverAgentLib/Info.plist
+++ b/WebDriverAgentLib/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 8.9.2
+ 8.9.3
CFBundleSignature
????
CFBundleVersion
- 8.9.2
+ 8.9.3
NSPrincipalClass
diff --git a/package.json b/package.json
index ced94dc6b..b813b8a01 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "appium-webdriveragent",
- "version": "8.9.2",
+ "version": "8.9.3",
"description": "Package bundling WebDriverAgent",
"main": "./build/index.js",
"types": "./build/index.d.ts",