From b6850a0c35a7ffab7d0b8202302f1270e306d56f Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Mon, 25 Sep 2023 19:52:04 +0200 Subject: [PATCH] Add date to the changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40bf20425b37..0a8e38816613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Increasing the minimal supported Rust version will always be coupled at least wi ## Unreleased -## [2.1.2] 2023-09-xx +## [2.1.2] 2023-09-25 ## Fixed @@ -2052,3 +2052,4 @@ queries or set `PIPES_AS_CONCAT` manually. [2.0.4]: https://github.com/diesel-rs/diesel/compare/v2.0.3...v2.0.4 [2.1.0]: https://github.com/diesel-rs/diesel/compare/v2.0.0...v2.1.0 [2.1.1]: https://github.com/diesel-rs/diesel/compare/v2.1.0...v2.1.1 +[2.1.2]: https://github.com/diesel-rs/diesel/compare/v2.1.1...v2.1.2