diff --git a/.changes/9.5.1.md b/.changes/9.5.1.md new file mode 100644 index 00000000..392b08b8 --- /dev/null +++ b/.changes/9.5.1.md @@ -0,0 +1,6 @@ + +## 9.5.1 - 2024-10-08 + +Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1) + +**Full Changelog**: [9.5.0...9.5.1](https://github.com/overtrue/phplint/compare/9.5.0...9.5.1) diff --git a/CHANGELOG.md b/CHANGELOG.md index a275aaad..2cd0383f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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.5.1 - 2024-10-08 + +Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1) + +**Full Changelog**: [9.5.0...9.5.1](https://github.com/overtrue/phplint/compare/9.5.0...9.5.1) + ## 9.5.0 - 2024-10-08 ### Changed