diff --git a/changelog.md b/changelog.md
index e6536d9..c5bfbfa 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,13 @@
+
+## 0.2.0 (2018-02-26)
+
+* 0.2.0 ([fba79c6](https://github.com/gitscrum/postcss-map-get/commit/fba79c6))
+* feat: add support for at rules, close #2 ([d656f6d](https://github.com/gitscrum/postcss-map-get/commit/d656f6d)), closes [#2](https://github.com/gitscrum/postcss-map-get/issues/2)
+* test: for #2 ([061864e](https://github.com/gitscrum/postcss-map-get/commit/061864e)), closes [#2](https://github.com/gitscrum/postcss-map-get/issues/2)
+* build: update changelog ([5b26591](https://github.com/gitscrum/postcss-map-get/commit/5b26591))
+
+
+
## 0.1.0 (2018-02-26)
diff --git a/package-lock.json b/package-lock.json
index 4b538af..626345f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "postcss-map-get",
- "version": "0.1.0",
+ "version": "0.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 8d7ea6f..a2c40d2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-map-get",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "PostCSS plugin for sass-like Map Function",
"license": "MIT",
"repository": "gitscrum/postcss-map-get",