Skip to content

Commit

Permalink
Prep v0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed Jan 18, 2017
1 parent cda8fa8 commit 435d334
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,10 +3,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com).

## [Unreleased](https://github.com/codeclimate/php-test-reporter/compare/v0.4.1...HEAD)
## [Unreleased](https://github.com/codeclimate/php-test-reporter/compare/v0.4.2...HEAD)

(nothing yet)

## [v0.4.2](https://github.com/codeclimate/php-test-reporter/compare/v0.4.1...v0.4.2)

### Fixed

- Fix bug in payload structure (@localheinz)

## [v0.4.1](https://github.com/codeclimate/php-test-reporter/compare/v0.4.0...v0.4.1)

- Internal fixes to code, documentation, and packaging (@localheinz)
Expand Down
2 changes: 1 addition & 1 deletion src/Constants/Version.php
Expand Up @@ -12,5 +12,5 @@ final class Version
*
* @var string
*/
const VERSION = '0.4.1';
const VERSION = '0.4.2';
}

0 comments on commit 435d334

Please sign in to comment.