From c3e261e13b4055874010a99713fcfb1d655a1924 Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 5 Jan 2021 18:28:29 +1100 Subject: [PATCH] Prepare for release 2.14.2. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18af4da41..b4f560cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v2.14.2 + +* Support API 28 system images with `google_apis` or `google_apis_playstore` target - [#117](https://github.com/ReactiveCircus/android-emulator-runner/pull/117). + ## v2.14.1 * Fix hang during AVD creation when `profile` is not specified - [#113](https://github.com/ReactiveCircus/android-emulator-runner/issues/113).