diff --git a/CHANGELOG.md b/CHANGELOG.md
index c013d00c8..0c1951fcc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [8.7.2](https://github.com/appium/WebDriverAgent/compare/v8.7.1...v8.7.2) (2024-06-04)
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump sinon from 17.0.2 to 18.0.0 ([#903](https://github.com/appium/WebDriverAgent/issues/903)) ([87e4ba5](https://github.com/appium/WebDriverAgent/commit/87e4ba5ce3868d99ac889795039936be119ef87a))
+
## [8.7.1](https://github.com/appium/WebDriverAgent/compare/v8.7.0...v8.7.1) (2024-06-04)
### Miscellaneous Chores
diff --git a/WebDriverAgentLib/Info.plist b/WebDriverAgentLib/Info.plist
index ddfc9de35..544d8eef0 100644
--- a/WebDriverAgentLib/Info.plist
+++ b/WebDriverAgentLib/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 8.7.1
+ 8.7.2
CFBundleSignature
????
CFBundleVersion
- 8.7.1
+ 8.7.2
NSPrincipalClass
diff --git a/package.json b/package.json
index b8db2877d..14cb9d2ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "appium-webdriveragent",
- "version": "8.7.1",
+ "version": "8.7.2",
"description": "Package bundling WebDriverAgent",
"main": "./build/index.js",
"types": "./build/index.d.ts",