From 4776a6e8aa1fa62dd4fd7b2a9e339d8b74bc0018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 1 Oct 2022 12:46:58 +0200 Subject: [PATCH] Enhancement: Prepare release --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ee795f..8d9b39a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`1.2.0...main`][1.2.0...main]. +For a full diff see [`2.0.0...main`][2.0.0...main]. + +## [`2.0.0`][2.0.0] + +For a full diff see [`1.2.0...2.0.0`][1.2.0...2.0.0]. ## Added @@ -66,13 +70,15 @@ For a full diff see [`675601b...0.1.0`][675601b...0.1.0]. [1.0.1]: https://github.com/ergebnis/license/releases/tag/1.0.1 [1.1.0]: https://github.com/ergebnis/license/releases/tag/1.1.0 [1.2.0]: https://github.com/ergebnis/license/releases/tag/1.2.0 +[2.0.0]: https://github.com/ergebnis/license/releases/tag/2.0.0 [675601b...0.1.0]: https://github.com/ergebnis/license/compare/675601b...0.1.0 [0.1.0...1.0.0]: https://github.com/ergebnis/license/compare/0.1.0...1.0.0 [1.0.0...1.0.1]: https://github.com/ergebnis/license/compare/1.0.0...1.0.1 [1.0.1...1.1.0]: https://github.com/ergebnis/license/compare/1.0.1...1.1.0 [1.1.0...1.2.0]: https://github.com/ergebnis/license/compare/1.1.0...1.2.0 -[1.2.0...main]: https://github.com/ergebnis/license/compare/1.2.0...main +[1.2.0...2.0.0]: https://github.com/ergebnis/license/compare/1.2.0...2.0.0 +[2.0.0...main]: https://github.com/ergebnis/license/compare/2.0.0...main [#7]: https://github.com/ergebnis/license/pull/7 [#10]: https://github.com/ergebnis/license/pull/10