From 21a592d591b5241b6c6f790cb306269d7e7b59ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Zimmermann?= Date: Wed, 9 Sep 2020 11:44:24 +0200 Subject: [PATCH] =?UTF-8?q?Last=20adjustments=20to=20CHANGELOG=C2=A0before?= =?UTF-8?q?=20the=20release.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c16236b..75cb914e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.2.0] - 2020-08-31 +## [0.2.0] - 2020-09-09 ### Added - Integrate with Jason Gross' coq-bug-minimizer tool. @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Refactored the architecture of the application and of the bot-components library +- Always create a merge commit when pushing to GitLab. - More informative bot merge commit title for GitLab CI. ## [0.1.0] - 2020-07-09 @@ -37,5 +38,6 @@ Initial release of coqbot. - Manage the backporting process. - Automatic release, build and deployment of Docker images of the bot to Heroku and GitHub packages. -[Unreleased]: https://github.com/coq/bot/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/coq/bot/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/coq/bot/releases/tag/v0.2.0 [0.1.0]: https://github.com/coq/bot/releases/tag/v0.1.0