Skip to content

Commit

Permalink
Release v2.1.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Feb 2, 2024
1 parent 5764895 commit fce3a2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semant

## [Unreleased]

## [2.1.1] - 2024-02-02

- feat: integrate the mongodb instrument, see https://github.com/CodSpeedHQ/runner/pull/9
- fix(instruments): use IP address instead of localhost for MongoDB URI, see https://github.com/CodSpeedHQ/runner/pull/13

## [2.0.3] - 2024-01-04

- fix: bump cargo-dist to remove broken pipe logs, see https://github.com/CodSpeedHQ/runner/pull/12
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:

runner-version:
description: "The version of the runner to use"
default: "2.0.3"
default: "2.1.1"
required: true

instruments:
Expand Down

0 comments on commit fce3a2f

Please sign in to comment.