diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3df18f1..646042d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,21 @@
+
+# 4.3.0 (2015-11-20)
+
+
+### feat
+
+* feat(sort): support orderBy argument ([480ca7c](https://github.com/RisingStack/graffiti-mongoose/commit/480ca7c))
+
+
+
# 4.2.0 (2015-11-16)
+### chore
+
+* chore(package): bump version to 4.2.0 ([6de5888](https://github.com/RisingStack/graffiti-mongoose/commit/6de5888))
+
### docs
* docs(hooks): pass values to the next function ([c12fa8e](https://github.com/RisingStack/graffiti-mongoose/commit/c12fa8e))
diff --git a/package.json b/package.json
index 3c1385f..99c4b1a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@risingstack/graffiti-mongoose",
- "version": "4.2.0",
+ "version": "4.3.0",
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
"main": "lib/index.js",
"scripts": {