diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16f4b00..b449e29 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.
+
+# [1.16.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.15.0...v1.16.0) (2019-03-29)
+
+
+### Features
+
+* Add setup-steps parameter to validate-js job ([97cd234](https://github.com/edahlseng/configuration-ci-general/commit/97cd234))
+
+
+
# [1.15.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.14.0...v1.15.0) (2019-03-29)
diff --git a/package.json b/package.json
index 5632aad..c0e88ab 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "configuration-ci-general",
"private": true,
- "version": "1.15.0",
+ "version": "1.16.0",
"description": "General Continuous Integration Configuration ------------------------------------",
"main": "index.js",
"scripts": {