From c089fd6ab8ba77cd68decf4b109328ec968d10a2 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Tue, 3 Dec 2024 19:06:01 +0100 Subject: [PATCH] Add a changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c35776308f..9f481a41806f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ Increasing the minimal supported Rust version will always be coupled at least wi ## Unreleased +## [2.2.6] 2024-12-03 + +### Fixed + +* Remove more mentions of gitter from the documentation + ## [2.2.5] 2024-11-21 ### Fixed @@ -2158,3 +2164,4 @@ queries or set `PIPES_AS_CONCAT` manually. [2.2.3]: https://github.com/diesel-rs/diesel/compare/v.2.2.2...v2.2.3 [2.2.4]: https://github.com/diesel-rs/diesel/compare/v.2.2.3...v2.2.4 [2.2.5]: https://github.com/diesel-rs/diesel/compare/v.2.2.4...v2.2.5 +[2.2.6]: https://github.com/diesel-rs/diesel/compare/v.2.2.5...v2.2.6