diff --git a/CHANGELOG.md b/CHANGELOG.md index ab46ec23..827fc4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.10](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.9...v7.0.10) (2024-06-04) + +### Miscellaneous Chores + +* **deps-dev:** bump semantic-release from 23.1.1 to 24.0.0 and conventional-changelog-conventionalcommits to 8.0.0 ([#640](https://github.com/appium/appium-uiautomator2-server/issues/640)) ([fecffe9](https://github.com/appium/appium-uiautomator2-server/commit/fecffe910c45e5e5afee8f13aa2453a90d6d90ec)) + ## [7.0.9](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.8...v7.0.9) (2024-05-20) diff --git a/app/build.gradle b/app/build.gradle index e08408d0..272c48ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 171 + versionCode 172 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.9' + versionName '7.0.10' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index c0315710..fb3fff83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.9", + "version": "7.0.10", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {