diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b98379..410e294 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,20 @@
+
+## 5.0.8 (2016-02-15)
+
+
+### fix
+
+* fix(query): fix orderBy argument on lists ([ef9a603](https://github.com/RisingStack/graffiti-mongoose/commit/ef9a603))
+
+
+
## 5.0.7 (2016-02-11)
### chore
+* chore(package): bump version to 5.0.7 ([9054e96](https://github.com/RisingStack/graffiti-mongoose/commit/9054e96))
* chore(package): update dependencies ([7600d6b](https://github.com/RisingStack/graffiti-mongoose/commit/7600d6b))
### refactor
diff --git a/package.json b/package.json
index 54c2e55..9235e73 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@risingstack/graffiti-mongoose",
- "version": "5.0.7",
+ "version": "5.0.8",
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
"main": "lib/index.js",
"scripts": {