From 3f499ab06d561f7cf9d905613bc82215314fb412 Mon Sep 17 00:00:00 2001 From: Le Phare Date: Mon, 20 Jul 2026 18:05:19 +0200 Subject: [PATCH] chore(main): release 2.10.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a64c1..15a95e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.10.0](https://github.com/le-phare/docker-stack/compare/v2.9.1...v2.10.0) (2026-07-20) + + +### Features + +* add RabbitMQ 4.1 ([71b0c7d](https://github.com/le-phare/docker-stack/commit/71b0c7d52815102527a6a461ed206cdfeba8cec9)) + + +### Bug Fixes + +* **adminer:** lock to v5.4.2 to prevent BC-break for now ([1b1bf33](https://github.com/le-phare/docker-stack/commit/1b1bf33d88ca30ab7f3841b69f1b4702ef7a0b2f)) +* **adminer:** use aliased database containers names (with hyphens) ([c6a617d](https://github.com/le-phare/docker-stack/commit/c6a617d16eb3fec3000a14e0de5f4fb1fb53fad5)) + ## [2.9.1](https://github.com/le-phare/docker-stack/compare/v2.9.0...v2.9.1) (2026-07-17)