Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blaknite committed Nov 15, 2022
1 parent 96bbfd0 commit 002dee4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v1.3.0

- Fix ETIMEDOUT during socket connection causing non-zero exit code #162 - @blaknite
- Add ability to pass custom run env to Test Analytics API #163 - @blaknite

## v1.2.5

- Relax activesupport dependency to >= 4.2.0 #155 - @noodl
Expand All @@ -13,6 +18,7 @@
- Add ability to specify execution prefix/suffix #140 - @JuanitoFatas

## v1.1.3

- Use a private reference to JSON.parse to prevent it being mocked #149 - @ghcan

## v1.1.2
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.2.5)
buildkite-test_collector (1.3.0)
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.2.5"
VERSION = "1.3.0"
NAME = "buildkite-test_collector"
end
end

0 comments on commit 002dee4

Please sign in to comment.