diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4808fb3..95e7c36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,20 @@
+
+# 2.1.0 (2015-12-11)
+
+
+### chore
+
+* chore(package): update dependencies ([8aa2856](https://github.com/RisingStack/graffiti/commit/8aa2856))
+
+
+
# 2.0.0 (2015-11-02)
### chore
-* chore(package): bumping version to 2.0.0 ([4d217cf](https://github.com/RisingStack/graffiti/commit/4d217cf))
+* chore(package): bumping version to 2.0.0 ([33790ee](https://github.com/RisingStack/graffiti/commit/33790ee))
### docs
diff --git a/package.json b/package.json
index a018b71..d7270ef 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@risingstack/graffiti",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
"main": "lib/index.js",
"scripts": {