From 1bf50640394c2d4c76b8c16dbe38ad5e5be2afd4 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 27 Mar 2023 16:13:11 +0000 Subject: [PATCH] Add unreleased section to changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e78fc2ef5..ab606b355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [Unreleased] + +### Changes + +### Fixes + + ## [1.112.1] - 2023-03-27 ### Changes @@ -2330,6 +2337,7 @@ 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.112.1...HEAD [1.111.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.110.0...v1.111.0 [1.112.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.111.0...v1.112.0 [1.112.1]: https://github.com/deltachat/deltachat-core-rust/compare/v1.112.0...v1.112.1