From 1240bdadcf313722de46cdbe85a808f6f3434ff1 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 29 Mar 2022 21:38:32 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 868375d45..5334282f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [2.2.10] 2022-03-29 + + * Fixed Bitbucket authorization detection due to API changes (#10657) + * Fixed validate command warning about dist/source keys if defined (#10655) + * Fixed deletion/handling of corrupted 0-bytes zip archives (#10666) + ### [2.2.9] 2022-03-15 * Fixed regression with plugins that modify install path of packages, [see docs](https://getcomposer.org/doc/articles/plugins.md#plugin-modifies-install-path) if you are authoring such a plugin (#10621) @@ -1406,6 +1412,7 @@ * Initial release +[2.2.10]: https://github.com/composer/composer/compare/2.2.9...2.2.10 [2.2.9]: https://github.com/composer/composer/compare/2.2.8...2.2.9 [2.2.8]: https://github.com/composer/composer/compare/2.2.7...2.2.8 [2.2.7]: https://github.com/composer/composer/compare/2.2.6...2.2.7