diff --git a/CHANGELOG.md b/CHANGELOG.md
index c51b7ff6..3d1979b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ Also see the **[release page](https://github.com/dominique-mueller/angular-notif
+## [4.1.2](https://github.com/dominique-mueller/angular-notifier/releases/tag/4.1.2) (2019-10-18)
+
+### Bug Fixes
+
+* **notifier:** Fix circular dependency issues of injection tokens ([#124](https://github.com/dominique-mueller/angular-notifier.git/issues/124)) ([139d43c](https://github.com/dominique-mueller/angular-notifier/commit/139d43c))
+
+
+
## [4.1.1](https://github.com/dominique-mueller/angular-notifier/releases/tag/4.1.1) (2018-08-09)
### Bug Fixes
diff --git a/package.json b/package.json
index a8b034e6..1505e88b 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.1",
+ "version": "4.1.2",
"author": {
"name": "Dominique Müller",
"email": "dominique.m.mueller@gmail.com",