diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1af845b2..1a56783d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [8.11.1](https://github.com/appium/WebDriverAgent/compare/v8.11.0...v8.11.1) (2024-11-11)
+
+### Miscellaneous Chores
+
+* bump appium-ios-device ([#955](https://github.com/appium/WebDriverAgent/issues/955)) ([021f349](https://github.com/appium/WebDriverAgent/commit/021f34901866f4a7870914c00781b83bd0cbddc4))
+
## [8.11.0](https://github.com/appium/WebDriverAgent/compare/v8.10.1...v8.11.0) (2024-11-11)
### Features
diff --git a/WebDriverAgentLib/Info.plist b/WebDriverAgentLib/Info.plist
index 9fd975595..ead3f644e 100644
--- a/WebDriverAgentLib/Info.plist
+++ b/WebDriverAgentLib/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 8.11.0
+ 8.11.1
CFBundleSignature
????
CFBundleVersion
- 8.11.0
+ 8.11.1
NSPrincipalClass
diff --git a/package.json b/package.json
index 4798555e6..a06baeeeb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "appium-webdriveragent",
- "version": "8.11.0",
+ "version": "8.11.1",
"description": "Package bundling WebDriverAgent",
"main": "./build/index.js",
"types": "./build/index.d.ts",