diff --git a/.changes/9.1.3.md b/.changes/9.1.3.md new file mode 100644 index 00000000..c0d8d0fc --- /dev/null +++ b/.changes/9.1.3.md @@ -0,0 +1,8 @@ + +## 9.1.3 - 2024-10-12 + +### Fixed + +- [#214](https://github.com/overtrue/phplint/issues/214) : junit invalid xml + +**Full Changelog**: [9.1.2...9.1.3](https://github.com/overtrue/phplint/compare/9.1.2...9.1.3) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92653239..404ea475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 9.1.3 - 2024-10-12 + +### Fixed + +- [#214](https://github.com/overtrue/phplint/issues/214) : junit invalid xml + +**Full Changelog**: [9.1.2...9.1.3](https://github.com/overtrue/phplint/compare/9.1.2...9.1.3) + ## 9.1.2 - 2024-02-06 ### Fixed