From 1b9261ddebef9dd1266b674fa86699aabfcf8d2d Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Wed, 19 Mar 2014 10:55:07 -0700 Subject: [PATCH] changelog and bump to 0.17.3 for publish --- CHANGELOG.txt | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 26a0083c9..17363ffb6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,15 @@ +CHANGES IN VERSION 0.17.3 (from 0.17.2) +======================================= + +#### General +- add new desired capabilities handling to conform to the Selenium 3 spec. Use + of old desired capabilities will now be deprecated. See [the spec + draft](https://code.google.com/p/selenium/source/browse/spec-draft.md?repo=mobile) for more information + +#### Android +- fix process detection +- make sure temp dir exists before writing zipaligned apk to it + CHANGES IN VERSION 0.17.2 (from 0.17.1) ======================================= diff --git a/package.json b/package.json index 5c135957e..2b1d8457e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "firefoxos", "testing" ], - "version": "0.17.2", + "version": "0.17.3", "author": "appium-discuss@googlegroups.com", "licenses": [ {