diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40b71e8b..9393d1f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,27 @@
# Changelog
Also see [releases](https://github.com/dominique-mueller/angular-notifier/releases).
+
+
+## [1.0.2](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.2) / 2016-12-21
+
+### Bug Fixes
+
+* **config:** Fixed broken configuration merge ([9793773](https://github.com/dominique-mueller/angular-notifier/commit/9793773))
+
+
+### Chores
+
+* **gulp:** Added test coverage generator ([6c142c8](https://github.com/dominique-mueller/angular-notifier/commit/6c142c8))
+* **gulp:** Fixed coveralls, fixed wrong dependencies ([ebfb393](https://github.com/dominique-mueller/angular-notifier/commit/ebfb393))
+* **test:** Added codecov to Travis config, added badge to README file^ ([923488a](https://github.com/dominique-mueller/angular-notifier/commit/923488a))
+
+
+### Tests
+
+* **library:** Added unit tests for the whole source code ([3624eef](https://github.com/dominique-mueller/angular-notifier/commit/3624eef))
+
+
## [1.0.1](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.1) / 2016-12-05
diff --git a/package.json b/package.json
index 3ed6fa07..5220a0a8 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 2+ application.",
- "version": "1.0.1",
+ "version": "1.0.2",
"author": {
"name": "Dominique Müller",
"email": "dominique.m.mueller@gmail.com",