Skip to content

Commit 1ec10f6

Browse files
committed
Prep v1.0.6 release
1 parent 7b087b6 commit 1ec10f6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88

99
### Changes
1010

11-
### v1.0.5 (2016-01-19)
11+
### v1.0.6 (2017-02-22)
12+
13+
### Bug fixes
14+
15+
* Allow Codeship users to send a test coverage report without mounting their
16+
`.git` directory within the docker container where they run their tests
17+
_without_ manually exposing an environment variable. Instead, use an
18+
environment variable already exposed by the CI environment.
19+
([@c-knowles](https://github.com/codeclimate/ruby-test-reporter/pull/172))
20+
21+
### v1.0.5 (2017-01-19)
1222

1323
### Bug fixes
1424

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module CodeClimate
22
module TestReporter
3-
VERSION = "1.0.5".freeze
3+
VERSION = "1.0.6".freeze
44
end
55
end

0 commit comments

Comments
 (0)