From 260a25490585974823a82ffcc81d1d40d95b58e1 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 4 Sep 2024 14:31:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1432845d..f46d54f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### [2.7.9] 2024-09-04 + + * Fixed Docker detection breaking on constrained environments (#12095) + * Fixed upstream issue in bash completion script, it is recommended to update it using the `completion` command (#12015) + ### [2.7.8] 2024-08-22 * Added `release-age`, `release-date` and `latest-release-date` in the JSON output of `outdated` (#12053) @@ -1905,6 +1910,7 @@ * Initial release +[2.7.9]: https://github.com/composer/composer/compare/2.7.8...2.7.9 [2.7.8]: https://github.com/composer/composer/compare/2.7.7...2.7.8 [2.7.7]: https://github.com/composer/composer/compare/2.7.6...2.7.7 [2.7.6]: https://github.com/composer/composer/compare/2.7.5...2.7.6