diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6604a5c..0681c5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [0.2.6](https://github.com/Wikiki/bulma-steps/compare/0.2.5...0.2.6) (2018-02-10)
+
+
+
## [0.2.5](https://github.com/Wikiki/bulma-steps/compare/0.2.4...0.2.5) (2018-02-10)
diff --git a/bower.json b/bower.json
index ece517e..b7e358d 100644
--- a/bower.json
+++ b/bower.json
@@ -2,7 +2,7 @@
"name": "bulma-steps",
"description": "Display steps for a process (like sign-up, or order, form), in different colors, sizes, and states",
"main": "steps.sass",
- "version": "0.2.5",
+ "version": "0.2.6",
"authors": [
"Wikiki (https://wikiki.github.io/bulma-extensions/overview)"
],
diff --git a/package.json b/package.json
index 1c48d26..f36d292 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bulma-steps",
- "version": "0.2.5",
+ "version": "0.2.6",
"description": "Display steps for a process (like sign-up, or order, form), in different colors, sizes, and states ",
"main": "dist/bulma-steps.sass",
"scripts": {