From a38e955e012a75770aad2a19308f16a7f34c06db Mon Sep 17 00:00:00 2001 From: Stanislav Zhuk Date: Mon, 15 Sep 2025 17:54:57 +0300 Subject: [PATCH] docs(changelog): Prepare release 2.2.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9a67e..473795d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ yaml` file, along with all files specified under `project_files` within `install --- +## [v2.2.1](https://github.com/ddev/ddev-mongo/releases/tag/v2.2.1) - 2025-09-15 +[_Compare with previous release_](https://github.com/ddev/ddev-mongo/compare/v2.2.0...v2.2.1) + +### Changed + +- Add `config.mongo.yaml` to the add-on files. + +--- + ## [v2.2.0](https://github.com/ddev/ddev-mongo/releases/tag/v2.2.0) - 2025-04-18 [_Compare with previous release_](https://github.com/ddev/ddev-mongo/compare/v2.1.0...v2.2.0)