diff --git a/.changes/4.1.3.md b/.changes/4.1.3.md new file mode 100644 index 0000000..33c2d90 --- /dev/null +++ b/.changes/4.1.3.md @@ -0,0 +1,8 @@ + +## 4.1.3 - 2024-12-08 + +### Fixed + +- [#17](https://github.com/llaville/box-manifest/issues/17) : Cannot build a PHAR distribution when `banner` is declared by an array of string + +**Full Changelog**: [4.1.2...4.1.3](https://github.com/llaville/box-manifest/compare/4.1.2...4.1.3) diff --git a/.changes/unreleased/Fixed-20241207-093508.yaml b/.changes/unreleased/Fixed-20241207-093508.yaml deleted file mode 100644 index 925d25a..0000000 --- a/.changes/unreleased/Fixed-20241207-093508.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: '[#17](https://github.com/llaville/box-manifest/issues/17) : Cannot build a PHAR distrib when banner is declared by an array of string' -time: 2024-12-07T09:35:08.759627867Z diff --git a/CHANGELOG.md b/CHANGELOG.md index d572b09..9e6f227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 4.1.3 - 2024-12-08 + +### Fixed + +- [#17](https://github.com/llaville/box-manifest/issues/17) : Cannot build a PHAR distribution when `banner` is declared by an array of string + +**Full Changelog**: [4.1.2...4.1.3](https://github.com/llaville/box-manifest/compare/4.1.2...4.1.3) + ## 4.1.2 - 2024-12-04 ### Fixed