From 0c3db9cd7a942202b992ad9a604d759f82b04668 Mon Sep 17 00:00:00 2001 From: Yang Date: Sat, 26 Jun 2021 23:48:51 +1000 Subject: [PATCH] Prepare for release 2.19.0. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8be9fa..07d3dcd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## v2.19.0 + +* Add option to specify `ram-size` for the AVD. - [#165](https://github.com/ReactiveCircus/android-emulator-runner/pull/165). + + ## v2.18.1 * Added support for setting modern emulator build ids for `emulator-build`. Not all build ids are supported until we are able to figure out at which build id the download URL pattern changed. `7425822` (version 30.7.3) is currently the last known working build id.