diff --git a/CHANGELOG.md b/CHANGELOG.md index 446f49f2c..c34332425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.7](https://github.com/appium/appium-desktop/compare/v1.2.6...v1.2.7) (2017-11-21) + +### Changes +* Feature: Highlight elements that user searched for (#344) +* Fix: Remove element not found notification (#350) + ## [1.2.6](https://github.com/appium/appium-desktop/compare/v1.2.5...v1.2.6) (2017-10-24) ### Changes diff --git a/package.json b/package.json index 40a0b2a43..641235441 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-desktop", - "version": "1.2.6", + "version": "1.2.7", "description": "Graphical interface for the Appium server, and an app inspector", "repository": { "type": "git",