From 40fc61da4f9805bb1e177c87722b3eb9a8b98702 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 19 Mar 2023 12:07:55 +0000 Subject: [PATCH] changelog: add link and date to the latest release --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb0f71eb..8236d262f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [Unreleased] ### Changes - "full message view" not needed because of footers that go to contact status #4151 @@ -22,7 +22,7 @@ - Do not emit "Failed to run incremental vacuum" warnings on success. #4160 -## 1.111.0 +## [1.111.0] - 2023-03-05 ### Changes - Make smeared timestamp generation non-async. #4075 @@ -2311,3 +2311,6 @@ For a full list of changes, please see our closed Pull Requests: https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed + +[unreleased]: https://github.com/deltachat/deltachat-core-rust/compare/v1.111.0...HEAD +[1.111.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.110.0...v1.111.0