Skip to content

Commit eab9ac2

Browse files
committed
Bump version to v0.4.4
1 parent 760ceff commit eab9ac2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com).
55

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

88
(add details here)
99

10+
## [v0.4.4](https://github.com/codeclimate/php-test-reporter/compare/v0.4.3...v0.4.4)
11+
12+
### Fixed
13+
14+
- 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))
15+
1016
## [v0.4.3](https://github.com/codeclimate/php-test-reporter/compare/v0.4.2...v0.4.3)
1117

1218
### Added

src/Constants/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ final class Version
1212
*
1313
* @var string
1414
*/
15-
const VERSION = '0.4.3';
15+
const VERSION = '0.4.4';
1616
}

0 commit comments

Comments
 (0)