diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7afa2674..ce5d9296 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/angular-notifi
+## [11.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/11.0.0) (2022-02-20)
+
+### Features
+
+- Upgrade to Angular 13, enable partial-Ivy compilation ([#235](https://github.com/dominique-mueller/angular-notifier/pull/235))
+
+### BREAKING CHANGES
+
+- The upgrade to Angular 13 breaks compatibility with Angular 12. The library is now published as partial-Ivy code.
+
+
+
## [10.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/10.0.0) (2022-02-20)
### Features
diff --git a/package-lock.json b/package-lock.json
index 73c28e0c..d0284618 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "angular-notifier",
- "version": "10.0.0",
+ "version": "11.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9a739668..6b135d21 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": "10.0.0",
+ "version": "11.0.0",
"license": "MIT",
"repository": {
"type": "git",