diff --git a/CHANGELOG.md b/CHANGELOG.md index 9812cf48a..446f49f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.6](https://github.com/appium/appium-desktop/compare/v1.2.5...v1.2.6) (2017-10-24) + +### Changes +* Fix: Use multiple selector strategies if first one doesn't work (#330) +* Fix: Don't refresh page when element not found, send notification instead + ## [1.2.5](https://github.com/appium/appium-desktop/compare/v1.2.4...v1.2.5) (2017-10-23) ### Changes diff --git a/package.json b/package.json index 85ce8ceaa..40a0b2a43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-desktop", - "version": "1.2.5", + "version": "1.2.6", "description": "Graphical interface for the Appium server, and an app inspector", "repository": { "type": "git",