diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec7ea5e..61c67a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
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.30.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.29.1...v1.30.0) (2020-03-23)
+
+
+### Bug Fixes
+
+* Remove assumption on lint job including -report suffix ([f0a21ad](https://github.com/edahlseng/configuration-ci-general/commit/f0a21ad))
+
+
+### Features
+
+* Add variant parameter to test job ([b227287](https://github.com/edahlseng/configuration-ci-general/commit/b227287))
+
+
+
## [1.29.1](https://github.com/edahlseng/configuration-ci-general/compare/v1.29.0...v1.29.1) (2020-03-06)
diff --git a/package-lock.json b/package-lock.json
index 4348687..71d64c4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "configuration-ci-general",
- "version": "1.29.1",
+ "version": "1.30.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3ed8680..6b8f921 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "configuration-ci-general",
"private": true,
- "version": "1.29.1",
+ "version": "1.30.0",
"description": "General Continuous Integration Configuration ------------------------------------",
"main": "index.js",
"scripts": {