From 7fcfa7079d4ca3ff1e647078db91b3d04628ae28 Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Mon, 5 Dec 2022 13:05:00 +0100 Subject: [PATCH] bump version & changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbbc733..9d668ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.0.0] - 2022-12-05 ### Removed - drop support of drupal below 9.5 @@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First draft. -[Unreleased]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-2.2...HEAD +[Unreleased]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/3.0.0...HEAD +[3.0.0]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-2.2...3.0.0 [2.2.0]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-2.1...8.x-2.2 [2.1.0]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-2.0-alpha1...8.x-2.1 [2.0.0-alpha1]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-1.2...8.x-2.0-alpha1