Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhming0 committed Sep 17, 2024
1 parent c9b413b commit 4bd24b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v2.7.0

Features:

- Add configurable span filters #220 - @catkins

Fixes:

- Correctly report HTTP error during upload #223 - @zhming0

## v2.6.1

- Fix missing failed examples if rspec hooks fail #221 - @zhming0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
buildkite-test_collector (2.6.1)
buildkite-test_collector (2.7.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/buildkite/test_collector/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Buildkite
module TestCollector
VERSION = "2.6.1"
VERSION = "2.7.0"
NAME = "buildkite-test_collector"
end
end

0 comments on commit 4bd24b6

Please sign in to comment.