diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f43a170..fbf905aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,23 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/angular-notifi
+## [13.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/13.0.0) (2023-06-05)
+
+### Features
+
+- Upgrade to Angular 15 ([#255](https://github.com/dominique-mueller/angular-notifier/pull/255))
+
+### BREAKING CHANGES
+
+- The upgrade to Angular 15 breaks compatibility with Angular 14.
+
+
+
## [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))
+- Upgrade to Angular 14 ([#243](https://github.com/dominique-mueller/angular-notifier/pull/243))
### BREAKING CHANGES
diff --git a/README.md b/README.md
index a03c8d7e..a638b75b 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ The following list describes the compatibility with Angular:
| `10.x` | `12.x` | View Engine |
| `11.x` | `13.x` | Ivy (partial mode) |
| `12.x` | `14.x` | Ivy (partial mode) |
+| `13.x` | `15.x` | Ivy (partial mode) |
diff --git a/package-lock.json b/package-lock.json
index 0db58350..966a6de5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "angular-notifier",
- "version": "12.0.0",
+ "version": "13.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index ad90c3f7..800616fc 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": "12.0.0",
+ "version": "13.0.0",
"license": "MIT",
"repository": {
"type": "git",