From b4617c94e6a59861cf92dbbe6256abd976227c62 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 1 Sep 2023 13:52:54 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58bd2fb4..9f8088d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### [2.6.1] 2023-09-01 + + * Reverted "Fixed executability of non-php binaries which are not marked executable (#11557)" which caused a regression (#11612) + ### [2.6.0] 2023-09-01 * Added audit.ignore config setting to ignore security advisories by id or CVE id (#11556, #11605) @@ -1757,6 +1761,7 @@ * Initial release +[2.6.1]: https://github.com/composer/composer/compare/2.6.0...2.6.1 [2.6.0]: https://github.com/composer/composer/compare/2.5.8...2.6.0 [2.5.8]: https://github.com/composer/composer/compare/2.5.7...2.5.8 [2.5.7]: https://github.com/composer/composer/compare/2.5.6...2.5.7