From 8fd5bb7fdd76cbeb81845c3289e5e4eea9f08979 Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Thu, 22 Feb 2024 12:17:54 +0100 Subject: [PATCH] =?UTF-8?q?Release=20v2.2.0=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ action.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8467e9d..b0930eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to Semant ## [Unreleased] +## [2.2.0] - 2024-02-22 + +- feat: upload execution logs to ease debugging, see https://github.com/CodSpeedHQ/runner/pull/14 + ## [2.1.1] - 2024-02-02 - feat: integrate the mongodb instrument, see https://github.com/CodSpeedHQ/runner/pull/9 diff --git a/action.yml b/action.yml index 3324f73..956f9e8 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ inputs: runner-version: description: "The version of the runner to use" - default: "2.1.1" + default: "2.2.0" required: true instruments: