diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d1979b9..c1189c19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ Also see the **[release page](https://github.com/dominique-mueller/angular-notif
+## [5.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/5.0.0) (2019-10-19)
+
+### Features
+
+* Upgrade to Angular 7 ([#134](https://github.com/dominique-mueller/angular-notifier.git/issues/134)) ([8f13440](https://github.com/dominique-mueller/angular-notifier/commit/8f13440))
+
+### BREAKING CHANGES
+
+* The upgrade to Angular 7 breaks compatibility with Angular 6 (and previous versions).
+
+
+
## [4.1.2](https://github.com/dominique-mueller/angular-notifier/releases/tag/4.1.2) (2019-10-18)
### Bug Fixes
diff --git a/package.json b/package.json
index 4b795fe4..4604ef58 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": "4.1.2",
+ "version": "5.0.0",
"author": {
"name": "Dominique Müller",
"email": "dominique.m.mueller@gmail.com",