diff --git a/CHANGELOG.md b/CHANGELOG.md index 4058173..38d7c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [6.0.0](https://github.com/appium/appium-chromedriver/compare/v5.6.78...v6.0.0) (2024-09-16) + +### ⚠ BREAKING CHANGES + +* Latest chromedriver binary does not get downloaded automatically anymore upon module installation + +### Features + +* Remove automatic download of the latest chromedriver upon install ([#430](https://github.com/appium/appium-chromedriver/issues/430)) ([ee7940d](https://github.com/appium/appium-chromedriver/commit/ee7940d30ef23cd825584b76b8fcfb8c42b38cc8)) + ## [5.6.78](https://github.com/appium/appium-chromedriver/compare/v5.6.77...v5.6.78) (2024-09-14) ### Miscellaneous Chores diff --git a/package.json b/package.json index afaa368..99b4060 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "chrome", "android" ], - "version": "5.6.78", + "version": "6.0.0", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {