diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbf905aa..282ec61d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/angular-notifi
+## [14.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/14.0.0) (2023-06-05)
+
+### Features
+
+- Upgrade to Angular 16 ([#256](https://github.com/dominique-mueller/angular-notifier/pull/256))
+
+### BREAKING CHANGES
+
+- The upgrade to Angular 16 breaks compatibility with Angular 15.
+
+
+
## [13.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/13.0.0) (2023-06-05)
### Features
diff --git a/README.md b/README.md
index a638b75b..9a4db5d4 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ The following list describes the compatibility with Angular:
| `11.x` | `13.x` | Ivy (partial mode) |
| `12.x` | `14.x` | Ivy (partial mode) |
| `13.x` | `15.x` | Ivy (partial mode) |
+| `14.x` | `16.x` | Ivy (partial mode) |
diff --git a/package-lock.json b/package-lock.json
index 75635c82..afd76727 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "angular-notifier",
- "version": "13.0.0",
+ "version": "14.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "angular-notifier",
- "version": "13.0.0",
+ "version": "14.0.0",
"license": "MIT",
"dependencies": {
"tslib": "2.4.x"
diff --git a/package.json b/package.json
index 8bd7b17a..b953a619 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": "13.0.0",
+ "version": "14.0.0",
"license": "MIT",
"repository": {
"type": "git",