From c2bf13834cd5091cd7f6439c89a20907638e84cc Mon Sep 17 00:00:00 2001 From: Samuel Cochran Date: Thu, 6 Jan 2022 12:34:55 +1100 Subject: [PATCH] Update changelog for v0.5.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fe5ab..c6735f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,17 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic [Semantic Versioning]: http://semver.org/spec/v2.0.0.html ## [Unreleased] +### Fixed +- Fixed compatibility with older rubies [Unreleased]: https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0...main +## [v0.5.1] - 2022-01-06 +### Fixed +- Fixed compatibility with older rubies + + [0.5.1]: https://github.com/sj26/rspec_junit_formatter/compare/v0.5.0...v0.5.1 + ## [v0.5.0] - 2022-01-04 ### Added - Added support to read outside error count returned from XML formatter (#86)