From 04a32d7ac6dcfa1ccee4ed4efb982883a0182dcf Mon Sep 17 00:00:00 2001 From: Yang Date: Thu, 8 Oct 2020 12:20:45 +1100 Subject: [PATCH] Prepare for release 2.11.1. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86652def..fd820a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## v2.11.1 + +* Update SDK command-line tools to `2.1`. +* Update @actions/core to `1.2.6`. + ## v2.11.0 * Support running multiple instances of the action sequentially in a single job - [#73](https://github.com/ReactiveCircus/android-emulator-runner/issues/73).