Skip to content

Commit

Permalink
Merge pull request #193 from buildkite/pie-1576/release
Browse files Browse the repository at this point in the history
Update version v2.3
  • Loading branch information
niceking authored May 24, 2023
2 parents 05f35da + 3fd911a commit 1200f4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v2.3.0
- Stop sending execution id and safeguard SecureRandom.uuid #192 - @niceking
- Rescue from StandardError when sending upload request #191 - @niceking
- Fix nil pointer #188 - @ChrisBr

## v2.2.0
- Gzip payload of request to Upload API #183 - @niceking

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
buildkite-test_collector (2.2.0)
buildkite-test_collector (2.3.0)
activesupport (>= 4.2)

GEM
Expand All @@ -14,7 +14,7 @@ GEM
tzinfo (~> 2.0)
concurrent-ruby (1.2.2)
diff-lcs (1.4.4)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
minitest (5.18.0)
rake (13.0.6)
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.2.0"
VERSION = "2.3.0"
NAME = "buildkite-test_collector"
end
end

0 comments on commit 1200f4f

Please sign in to comment.