Skip to content

Commit

Permalink
Merge pull request #185 from buildkite/pie-1599/bump-version
Browse files Browse the repository at this point in the history
release v2.2.0
  • Loading branch information
niceking authored Apr 20, 2023
2 parents b468395 + 4c46110 commit ff051e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

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

## v2.1.0
- Major change: deprecates websocket connection in favour of sending HTTP requests to the Upload API. In future, websocket support will be completely removed from Buildkite and only version 2.1+ of this gem will continue to work.

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.1.0)
buildkite-test_collector (2.2.0)
activesupport (>= 4.2)

GEM
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.1.0"
VERSION = "2.2.0"
NAME = "buildkite-test_collector"
end
end
2 changes: 1 addition & 1 deletion spec/test_collector/http_client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"run_env": {
"CI": nil,
"key": "build-123",
"version": "2.1.0",
"version": Buildkite::TestCollector::VERSION,
"collector": "ruby-buildkite-test_collector",
"test": "test_value"
},
Expand Down

0 comments on commit ff051e2

Please sign in to comment.