From b92fd0e50e2beea76a10a79eecd269618f0a501f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Dec 2023 09:21:23 +0000 Subject: [PATCH] chore(release): 2.36.0 [skip ci] ## [2.36.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.35.0...v2.36.0) (2023-12-26) ### Features * bump server's targetSdkVersion from 30 to 32 ([#702](https://github.com/appium/appium-uiautomator2-driver/issues/702)) ([e49b991](https://github.com/appium/appium-uiautomator2-driver/commit/e49b991a3be7872f61def86c8c3f1d4815678736)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fdbe554c..52410e5a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.36.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.35.0...v2.36.0) (2023-12-26) + + +### Features + +* bump server's targetSdkVersion from 30 to 32 ([#702](https://github.com/appium/appium-uiautomator2-driver/issues/702)) ([e49b991](https://github.com/appium/appium-uiautomator2-driver/commit/e49b991a3be7872f61def86c8c3f1d4815678736)) + ## [2.35.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.34.2...v2.35.0) (2023-12-18) diff --git a/package.json b/package.json index e779c1448..210cdcdb6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.35.0", + "version": "2.36.0", "bugs": { "url": "https://github.com/appium/appium-uiautomator2-driver/issues" },