Skip to content

Commit

Permalink
Prep v1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed Feb 22, 2017
1 parent 7b087b6 commit 1ec10f6
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,17 @@

### Changes

### v1.0.5 (2016-01-19)
### v1.0.6 (2017-02-22)

### Bug fixes

* Allow Codeship users to send a test coverage report without mounting their
`.git` directory within the docker container where they run their tests
_without_ manually exposing an environment variable. Instead, use an
environment variable already exposed by the CI environment.
([@c-knowles](https://github.com/codeclimate/ruby-test-reporter/pull/172))

### v1.0.5 (2017-01-19)

### 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.5".freeze
VERSION = "1.0.6".freeze
end
end

0 comments on commit 1ec10f6

Please sign in to comment.