diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9513e4..dca7d08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.1.1](https://github.com/smooth-code/graphql-directive/compare/v0.1.0...v0.1.1) (2017-12-13)
+
+
+### Bug Fixes
+
+* do not throw error if resolver is a built-in one ([0b768c2](https://github.com/smooth-code/graphql-directive/commit/0b768c2))
+
+
+
# 0.1.0 (2017-12-10)
diff --git a/package.json b/package.json
index 3ba9e67..efca3eb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-directive",
- "version": "0.1.0",
+ "version": "0.1.1",
"main": "lib/index.js",
"repository": "git@github.com:smooth-code/graphql-directive.git",
"author": "Greg Bergé ",