diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16a8339..9930f93 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.3](https://github.com/smooth-code/knex-scripts/compare/v0.1.2...v0.1.3) (2018-02-13)
+
+
+### Bug Fixes
+
+* fix dockerService option ([afa8380](https://github.com/smooth-code/knex-scripts/commit/afa8380))
+
+
+
## [0.1.2](https://github.com/smooth-code/knex-scripts/compare/v0.1.1...v0.1.2) (2018-02-12)
diff --git a/package.json b/package.json
index 2661e9f..fd91e30 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "knex-scripts",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Knex utilities to interact with Postgres database.",
"main": "lib/index.js",
"author": "Greg Bergé ",