diff --git a/CHANGELOG.md b/CHANGELOG.md index 632a559c9..94d9f46cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.40.1](https://github.com/appium/appium-uiautomator2-driver/compare/v2.40.0...v2.40.1) (2024-01-10) + + +### Bug Fixes + +* io.appium.settings process check as the foreground service check ([#713](https://github.com/appium/appium-uiautomator2-driver/issues/713)) ([4fcdd7b](https://github.com/appium/appium-uiautomator2-driver/commit/4fcdd7b4f96f8fae7f658340c5e228fb85c210cf)) + ## [2.40.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.39.0...v2.40.0) (2024-01-07) diff --git a/package.json b/package.json index a2a1cbbc0..4f7fc067b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.40.0", + "version": "2.40.1", "bugs": { "url": "https://github.com/appium/appium-uiautomator2-driver/issues" },