Skip to content

Commit e0ab42f

Browse files
committed
Prep v1.0.5 release
1 parent 2e662bf commit e0ab42f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66

77
### Bug fixes
88

9+
### Changes
10+
11+
### v1.0.5 (2016-01-19)
12+
13+
### Bug fixes
14+
915
* Allow Codeship users to send a test coverage report without mounting their
1016
`.git` directory within the docker container where they run their tests.
1117
([@antoniobg](https://github.com/codeclimate/ruby-test-reporter/pull/168))
1218

13-
### Changes
14-
1519
### v1.0.4 (2016-12-29)
1620

1721
### New features
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.4".freeze
3+
VERSION = "1.0.5".freeze
44
end
55
end

0 commit comments

Comments
 (0)