diff --git a/.changes/6.x/6.5.5.md b/.changes/6.x/6.5.5.md new file mode 100644 index 00000000..4a795768 --- /dev/null +++ b/.changes/6.x/6.5.5.md @@ -0,0 +1,8 @@ + +## 6.5.5 - 2023-05-12 + +### Fixed + +- [#359](https://github.com/llaville/php-compatinfo/issues/359) : new `setcookie` signature not recognized + +**Full Changelog**: [6.5.4...6.5.5](https://github.com/llaville/php-compatinfo/compare/6.5.4...6.5.5) diff --git a/.changes/6.x/unreleased/Fixed-20230511-133051.yaml b/.changes/6.x/unreleased/Fixed-20230511-133051.yaml deleted file mode 100644 index 19a96088..00000000 --- a/.changes/6.x/unreleased/Fixed-20230511-133051.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: '- [#359](https://github.com/llaville/php-compatinfo/issues/359) : new `setcookie` - signature not recognized' -time: 2023-05-11T13:30:51.352740424Z diff --git a/.changie.yaml b/.changie.yaml index 2c2babb2..932257ad 100644 --- a/.changie.yaml +++ b/.changie.yaml @@ -7,12 +7,24 @@ versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}' kindFormat: '### {{.Kind}}' changeFormat: '- {{.Body}}' kinds: - - label: Added - - label: Changed - - label: Deprecated - - label: Removed - - label: Fixed - - label: Security + - + label: Added + auto: minor + - + label: Changed + auto: minor + - + label: Deprecated + auto: patch + - + label: Removed + auto: minor + - + label: Fixed + auto: patch + - + label: Security + auto: patch newlines: afterHeaderTemplate: 0 beforeKind: 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 691e8762..8bdc6bf8 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). +## 6.5.5 - 2023-05-12 + +### Fixed + +- [#359](https://github.com/llaville/php-compatinfo/issues/359) : new `setcookie` signature not recognized + +**Full Changelog**: [6.5.4...6.5.5](https://github.com/llaville/php-compatinfo/compare/6.5.4...6.5.5) + ## 6.5.4 - 2022-12-14 ### Changed diff --git a/LICENSE b/LICENSE index d85bb3df..3094565b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - Copyright (c) 2010-2022, Laurent Laville + Copyright (c) 2010-2023, Laurent Laville Credits to :