Skip to content

Commit

Permalink
Merge pull request #148 from buildkite/version_1_1_2
Browse files Browse the repository at this point in the history
Version 1.1.2
  • Loading branch information
swebb authored Jul 29, 2022
2 parents ac96498 + feaf544 commit f861373
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v1.1.2

- Remove branch reference prefix in Github Actions #136 - @gchan
- Make ruby collector work better for non-web app #128 - @JuanitoFatas
- Avoid linters complaining about double quotes #137 - @SocalNick
- Revert "Allow specifying run name prefix and suffix" #139 - @JuanitoFatas
- Update Code of Conduct contact email address #143 - @JuanitoFatas
- Suppress errors when connecting to Buildkite #145 - @swebb
- Add some design documentation to understand how the gem works #146 - @swebb
- Fix logging level from debug to error #147 - @gchan

## v1.1.1

- Strip CR/LF from token input #127 - @gchan
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.1.1"
VERSION = "1.1.2"
NAME = "buildkite-test_collector"
end
end

0 comments on commit f861373

Please sign in to comment.