Skip to content

Commit

Permalink
Prep v1.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed Mar 20, 2017
1 parent 9971c7e commit d6a9469
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,11 +6,18 @@

### Bug fixes

### Changes

### v1.0.8 (2017-03-20)

### Bug fixes

* Lock simplecov to `<= 0.13`, so we can safely use an internal-to-simplecov
method.
([@bliof](https://github.com/codeclimate/ruby-test-reporter/pull/181))

### Changes
Note: you may need to run `bundle update codeclimate-test-reporter simplecov`
to resolve your bundle.

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

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.7".freeze
VERSION = "1.0.8".freeze
end
end

0 comments on commit d6a9469

Please sign in to comment.