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: