Skip to content

Commit

Permalink
Bump version to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed Feb 15, 2017
1 parent 760ceff commit eab9ac2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
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.3...HEAD)
## [Unreleased](https://github.com/codeclimate/php-test-reporter/compare/v0.4.4...HEAD)

(add details here)

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

### Fixed

- Format Gitlab CI payloads in the same way as we do in other test reporters ([#116](https://github.com/codeclimate/php-test-reporter/pull/116))

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

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Constants/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ final class Version
*
* @var string
*/
const VERSION = '0.4.3';
const VERSION = '0.4.4';
}

0 comments on commit eab9ac2

Please sign in to comment.