diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9592c58..b2d09dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,24 @@
-# Change Log
+# Changelog
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.3.0](https://github.com/smooth-code/knex-scripts/compare/v0.2.1...v0.3.0) (2019-08-28)
+
+
+### ⚠ BREAKING CHANGES
+
+* require node v10+
+
+### Bug Fixes
+
+* **check-structure:** do not require dev environment ([dfb1754](https://github.com/smooth-code/knex-scripts/commit/dfb1754))
+
+
+### Features
+
+* requires node v10+ ([15da8f6](https://github.com/smooth-code/knex-scripts/commit/15da8f6))
+* upgrade dependencies ([a484efa](https://github.com/smooth-code/knex-scripts/commit/a484efa))
+
## [0.2.1](https://github.com/smooth-code/knex-scripts/compare/v0.2.0...v0.2.1) (2018-02-28)
diff --git a/package.json b/package.json
index 3548968..8406be1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "knex-scripts",
- "version": "0.2.1",
+ "version": "0.3.0",
"description": "Knex utilities to interact with Postgres database.",
"main": "lib/index.js",
"author": "Greg Bergé ",