Skip to content

Commit

Permalink
Prepare v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 6, 2017
1 parent 129aec3 commit 37f8f83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=============

## 1.1.0

### Enhancement
- [#192](https://github.com/php-coveralls/php-coveralls/pull/192) let output json path be configurable

## 1.0.2

### Misc
Expand Down Expand Up @@ -149,4 +154,3 @@ First release.
- Implement CircleCI, Jenkins, local environment (but not tested on these CI environments)
- Collect coverage information from clover.xml
- Collect git repository information

2 changes: 1 addition & 1 deletion src/Satooshi/Bundle/CoverallsV1Bundle/Version.php
Expand Up @@ -14,5 +14,5 @@ final class Version
*
* @var string
*/
const VERSION = '1.1.0-DEV';
const VERSION = '1.1.0';
}

0 comments on commit 37f8f83

Please sign in to comment.