diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b71084..7f518c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,20 @@
+
+## 4.0.3 (2015-11-09)
+
+
+### fix
+
+* fix(schema): add arguments to connections based on the fields of the type ([b6f6684](https://github.com/RisingStack/graffiti-mongoose/commit/b6f6684))
+
+
+
## 4.0.2 (2015-11-05)
### chore
-* chore(package): bumping version to 4.0.2 ([52eb65e](https://github.com/RisingStack/graffiti-mongoose/commit/52eb65e))
+* chore(package): bumping version to 4.0.2 ([f1e1ace](https://github.com/RisingStack/graffiti-mongoose/commit/f1e1ace))
### fix
@@ -526,3 +536,5 @@
* project name changed to "graffiti-mongoose"
* query argument "id" rename to "_id"
* user resource name instead of "findOneResource"
+
+
diff --git a/package.json b/package.json
index 185daed..10734ef 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@risingstack/graffiti-mongoose",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
"main": "lib/index.js",
"scripts": {