diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ff95cd2..5d663e23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ Also see the **[release page](https://github.com/dominique-mueller/angular-notif
+## [6.0.1](https://github.com/dominique-mueller/angular-notifier/releases/tag/6.0.1) (2019-10-20)
+
+### Bug Fixes
+
+* **notifier-container:** Setup notifier-container as early as possible ([#144](https://github.com/dominique-mueller/angular-notifier.git/issues/144)) ([17b5953](https://github.com/dominique-mueller/angular-notifier/commit/17b5953)), closes [#119](https://github.com/dominique-mueller/angular-notifier/issues/119)
+
+### Documentation
+
+* **README:** Add version information to README ([#143](https://github.com/dominique-mueller/angular-notifier.git/issues/143)) ([f838719](https://github.com/dominique-mueller/angular-notifier/commit/f838719))
+
+
+
## [6.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/6.0.0) (2019-10-19)
### Features
diff --git a/package.json b/package.json
index a63e2c95..b4cbff21 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": "6.0.0",
+ "version": "6.0.1",
"author": {
"name": "Dominique Müller",
"email": "dominique.m.mueller@gmail.com",