diff --git a/CHANGELOG.md b/CHANGELOG.md
index e53007f..a9bb3f6 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.
+
+# [2.1.0](https://github.com/gemini-testing/url-decorator/compare/v2.0.0...v2.1.0) (2017-08-09)
+
+
+### Features
+
+* hermione: extend url on NEW_BROWSER event instead of SESSION_START ([05bfa34](https://github.com/gemini-testing/url-decorator/commit/05bfa34))
+
+
+
# [2.0.0](https://github.com/gemini-testing/url-decorator/compare/v1.1.0...v2.0.0) (2017-04-24)
diff --git a/package.json b/package.json
index 90f33aa..c7d1248 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "url-decorator",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Plugin for gemini and hermione which is intended to add additional parameters to test urls",
"main": "gemini.js",
"repository": {