diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b804be..ee1344b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.6](https://github.com/appium/appium-chromedriver/compare/v7.0.5...v7.0.6) (2025-02-21) + +### Bug Fixes + +* Accept reqBasePath proxy option ([#462](https://github.com/appium/appium-chromedriver/issues/462)) ([845d762](https://github.com/appium/appium-chromedriver/commit/845d762c4e8025f4b5e9214f012c94b78e57f051)) + ## [7.0.5](https://github.com/appium/appium-chromedriver/compare/v7.0.4...v7.0.5) (2025-02-21) ### Miscellaneous Chores diff --git a/package.json b/package.json index 06bf230..34d2217 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "chrome", "android" ], - "version": "7.0.5", + "version": "7.0.6", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {