From acaf50709b96e95e05f7b5d0851893407718dea1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Feb 2024 19:58:34 +0000 Subject: [PATCH] chore(release): 8.2.0 [skip ci] ## [8.2.0](https://github.com/appium/appium-android-driver/compare/v8.1.8...v8.2.0) (2024-02-01) ### Features * Perform device init steps in parallel ([#912](https://github.com/appium/appium-android-driver/issues/912)) ([3bdebbc](https://github.com/appium/appium-android-driver/commit/3bdebbcbce14c0fd8b3db2c3845120608155be91)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6087f4c..f12d7a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.2.0](https://github.com/appium/appium-android-driver/compare/v8.1.8...v8.2.0) (2024-02-01) + + +### Features + +* Perform device init steps in parallel ([#912](https://github.com/appium/appium-android-driver/issues/912)) ([3bdebbc](https://github.com/appium/appium-android-driver/commit/3bdebbcbce14c0fd8b3db2c3845120608155be91)) + ## [8.1.8](https://github.com/appium/appium-android-driver/compare/v8.1.7...v8.1.8) (2024-01-29) diff --git a/package.json b/package.json index 4e096efa..4a637bcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-android-driver", - "version": "8.1.8", + "version": "8.2.0", "description": "Android UiAutomator and Chrome support for Appium", "keywords": [ "appium",