diff --git a/CHANGELOG.md b/CHANGELOG.md
index 385020f..b2bd9e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [1.9.0](https://github.com/apertureless/vue-cookie-law/compare/v1.8.0...v1.9.0) (2019-02-16)
+
+
+### Features
+
+* Add method to show notification manually ([#45](https://github.com/apertureless/vue-cookie-law/issues/45)) ([db8426e](https://github.com/apertureless/vue-cookie-law/commit/db8426e))
+
+
+
# [1.8.0](https://github.com/apertureless/vue-cookie-law/compare/v1.7.0...v1.8.0) (2018-10-21)
diff --git a/package.json b/package.json
index e763a13..7e867e1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-cookie-law",
- "version": "1.8.0",
+ "version": "1.9.0",
"description": "🍪 👮 EU Cookie Law Plugin for Vue.js",
"author": "Jakub Juszczak ",
"license": "MIT",