diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3cfbed..06541c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [12.11.0](https://github.com/appium/appium-adb/compare/v12.10.3...v12.11.0) (2025-01-11) + +### Features + +* Regroup network and logcat commands ([#790](https://github.com/appium/appium-adb/issues/790)) ([1674c6d](https://github.com/appium/appium-adb/commit/1674c6dffa2779578a6be8e1ef79ebf2b68d6a1e)) + ## [12.10.3](https://github.com/appium/appium-adb/compare/v12.10.2...v12.10.3) (2025-01-10) ### Bug Fixes diff --git a/package.json b/package.json index 654bff87..69fd79ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "12.10.3", + "version": "12.11.0", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {