From 402c25e52ebb63c1686ea352a1b61308543891f0 Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 12 Jul 2022 18:43:26 +1000 Subject: [PATCH] Prepare for release 2.25.0. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 646a708ff..04aefc0d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v2.25.0 + +* Auto detect hardware acceleration on Linux. - [#254](https://github.com/ReactiveCircus/android-emulator-runner/pull/254) @notbigdata. +* Update build tools to `33.0.0`. +* Update SDK command-line tools to `7.0`. + ## v2.24.0 * Add option to specify `heap-size` for the AVD. - [#245](https://github.com/ReactiveCircus/android-emulator-runner/pull/245) @timusus.