diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3090a88..f8ad9e053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.7](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.6...v6.0.7) (2024-01-30) + + +### Bug Fixes + +* Recycling of screenshot bitmaps ([#609](https://github.com/appium/appium-uiautomator2-server/issues/609)) ([2859d56](https://github.com/appium/appium-uiautomator2-server/commit/2859d561564f0606dfccf37b2b394af6c00a65b4)) + ## [6.0.6](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.5...v6.0.6) (2024-01-26) diff --git a/app/build.gradle b/app/build.gradle index e158685b2..c157e94c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 158 + versionCode 159 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '6.0.6' + versionName '6.0.7' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 337892ecd..807c934df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "6.0.6", + "version": "6.0.7", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {