Skip to content

Commit

Permalink
Merge pull request #168 from buildkite/pie-1265/bump-gem
Browse files Browse the repository at this point in the history
Bump minor version
  • Loading branch information
niceking authored Dec 22, 2022
2 parents 7ef8ca6 + b3b14f7 commit 58577ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v1.4.1
- Add in support to create file with trace data #167

## v1.3.1

- Cope with the gem being loaded but not configured when using minitest #165 - @billhorsman
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 (1.3.1)
buildkite-test_collector (1.4.1)
activesupport (>= 4.2)
websocket (~> 1.2)

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 = "1.3.1"
VERSION = "1.4.1"
NAME = "buildkite-test_collector"
end
end

0 comments on commit 58577ea

Please sign in to comment.