diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce5d9296..1f43a170 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/angular-notifi
+## [12.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/12.0.0) (2022-09-13)
+
+### Features
+
+- Upgrade to Angular 14 ([#235](https://github.com/dominique-mueller/angular-notifier/pull/243))
+
+### BREAKING CHANGES
+
+- The upgrade to Angular 14 breaks compatibility with Angular 13.
+
+
+
## [11.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/11.0.0) (2022-02-20)
### Features
diff --git a/package-lock.json b/package-lock.json
index a4870797..18122069 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "angular-notifier",
- "version": "11.0.0",
+ "version": "12.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index dd261e7c..fcc369cf 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": "11.0.0",
+ "version": "12.0.0",
"license": "MIT",
"repository": {
"type": "git",