diff --git a/CHANGELOG.md b/CHANGELOG.md index 504a40c..727a44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v1.5.0 + +- Send `failure_expanded` from minitest #171 - @nprizal + ## v1.4.2 - Update collector argument in the Analytics::API payload #170 - @KatieWright26 diff --git a/Gemfile.lock b/Gemfile.lock index b9a41dd..ef189dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,19 +1,19 @@ PATH remote: . specs: - buildkite-test_collector (1.4.2) + buildkite-test_collector (1.5.0) activesupport (>= 4.2) websocket (~> 1.2) GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.1) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) diff-lcs (1.4.4) i18n (1.12.0) concurrent-ruby (~> 1.0) @@ -32,7 +32,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.3) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) websocket (1.2.9) diff --git a/lib/buildkite/test_collector/version.rb b/lib/buildkite/test_collector/version.rb index 4fa750e..d110dcf 100644 --- a/lib/buildkite/test_collector/version.rb +++ b/lib/buildkite/test_collector/version.rb @@ -2,7 +2,7 @@ module Buildkite module TestCollector - VERSION = "1.4.2" + VERSION = "1.5.0" NAME = "buildkite-test_collector" end end