diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d2ff0e..441d881 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,30 @@
 # Changelog
 
+## [2.0.0](https://github.com/seegno/jscs-config-seegno/tree/2.0.0) (2016-03-31)
+[Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/1.1.0...2.0.0)
+
+**Implemented enhancements:**
+
+- False positives for requireSqlTemplateInQueryFunction [\#13](https://github.com/seegno/jscs-config-seegno/issues/13)
+- Export as preset instead of plugin [\#20](https://github.com/seegno/jscs-config-seegno/pull/20) ([ruimarinho](https://github.com/ruimarinho))
+- Replace `requireSqlTemplateInQueryFunction` rule [\#14](https://github.com/seegno/jscs-config-seegno/pull/14) ([ruiquelhas](https://github.com/ruiquelhas))
+
+**Fixed bugs:**
+
+- Required new line before `typeof` [\#15](https://github.com/seegno/jscs-config-seegno/issues/15)
+
+**Closed issues:**
+
+- Installing should package [\#22](https://github.com/seegno/jscs-config-seegno/issues/22)
+- Remove `jscs` dependency [\#2](https://github.com/seegno/jscs-config-seegno/issues/2)
+
+**Merged pull requests:**
+
+- Update documentation [\#23](https://github.com/seegno/jscs-config-seegno/pull/23) ([ruiquelhas](https://github.com/ruiquelhas))
+- Update license to MIT [\#19](https://github.com/seegno/jscs-config-seegno/pull/19) ([ruimarinho](https://github.com/ruimarinho))
+- Update node engine constraint style [\#18](https://github.com/seegno/jscs-config-seegno/pull/18) ([ruimarinho](https://github.com/ruimarinho))
+- Remove rule requiring new line before `typeof` [\#16](https://github.com/seegno/jscs-config-seegno/pull/16) ([ruiquelhas](https://github.com/ruiquelhas))
+
 ## [1.1.0](https://github.com/seegno/jscs-config-seegno/tree/1.1.0) (2015-12-03)
 [Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/1.0.1...1.1.0)
 
diff --git a/package.json b/package.json
index 7bc3768..9f565b7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "jscs-config-seegno",
-  "version": "1.1.0",
+  "version": "2.0.0",
   "description": "Seegno-flavored JSCS config.",
   "main": "src/presets/seegno.json",
   "options": {