diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8a2b988..94e15cb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/angular-notifi
+## [7.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/7.0.0) (2021-03-11)
+
+### Features
+
+- Upgrade to Angular 9 ([#201](https://github.com/dominique-mueller/angular-notifier/pull/201))
+
+### BREAKING CHANGES
+
+- The upgrade to Angular 9 breaks compatibility with Angular 8.
+
+
+
## [6.0.2](https://github.com/dominique-mueller/angular-notifier/releases/tag/6.0.2) (2021-03-11)
### Bug Fixes
diff --git a/package.json b/package.json
index 4db6e38b..febf6ed5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "angular-notifier",
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.",
- "version": "6.0.2",
+ "version": "7.0.0",
"license": "MIT",
"repository": {
"type": "git",