diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c20f3..af57c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v1.2.3 + +- 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 diff --git a/Gemfile.lock b/Gemfile.lock index 8a1edd0..556bf90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,23 +1,23 @@ PATH remote: . specs: - buildkite-test_collector (1.1.1) + buildkite-test_collector (1.2.3) activesupport (>= 5.2, < 8) websocket (~> 1.2) GEM remote: https://rubygems.org/ specs: - activesupport (7.0.3) + activesupport (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) concurrent-ruby (1.1.10) diff-lcs (1.4.4) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.16.1) + minitest (5.16.3) rake (13.0.6) rspec (3.10.0) rspec-core (~> 3.10.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.4) + tzinfo (2.0.5) 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 d72f09d..71bfca4 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.1.3" + VERSION = "1.2.3" NAME = "buildkite-test_collector" end end