diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd918ba..2674d9a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.3.0 (2016-11-09) + +Minor release addressing the following: + +### Fixes + +- Fixed [minicap](https://github.com/openstf/minicap) on various devices running Android 4.2, incl. Qumo Quest 405, Yoga Tablet 8 etc. There may still be some that do not work, as 4.2 was customized pretty heavily by some makers. Thanks to @dkw72n for tracking down the issue and coming up with a fix! And as always, please let us know if you find any device (running any Android version) that does not work. + ## 2.2.0 (2016-11-09) Minor release addressing the following: diff --git a/package.json b/package.json index 873081b2..21188322 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lodash": "^4.14.2", "markdown-serve": "^0.3.2", "mime": "^1.3.4", - "minicap-prebuilt": "^1.1.0", + "minicap-prebuilt": "^1.2.0", "minimatch": "^3.0.3", "my-local-ip": "^1.0.0", "node-uuid": "^1.4.3",