diff --git a/CHANGELOG.md b/CHANGELOG.md
index 747e13b3..e753d48d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
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.
+
+## [6.1.2](https://github.com/alexlafroscia/ember-steps/compare/v6.1.1...v6.1.2) (2018-11-04)
+
+
+### Bug Fixes
+
+* add action hooks when current step property changes ([1ddda66](https://github.com/alexlafroscia/ember-steps/commit/1ddda66))
+* add compatibility with Ember 3.6+ ([3523a4c](https://github.com/alexlafroscia/ember-steps/commit/3523a4c))
+
+
+
## [5.0.1](https://github.com/alexlafroscia/ember-steps/compare/v5.0.0...v5.0.1) (2018-04-21)
diff --git a/package.json b/package.json
index 6cc13528..04eedde9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-steps",
- "version": "6.1.1",
+ "version": "6.1.2",
"description": "Super Simple Series of Steps",
"scripts": {
"build": "ember build",