Skip to content

Commit

Permalink
Prep v1.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed Mar 9, 2017
1 parent d402336 commit 4bfe8f6
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,14 @@

### Changes

### v1.0.7 (2017-03-08)

### Bug fixes

* Continue improving our support for sending payloads in contexts where git is
not available.
([@sullerandras](https://github.com/codeclimate/ruby-test-reporter/pull/177))

### v1.0.6 (2017-02-22)

### Bug fixes
2 changes: 1 addition & 1 deletion lib/code_climate/test_reporter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CodeClimate
module TestReporter
VERSION = "1.0.6".freeze
VERSION = "1.0.7".freeze
end
end

0 comments on commit 4bfe8f6

Please sign in to comment.