diff --git a/CHANGELOG.md b/CHANGELOG.md index 185a6126..8c3fe7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [3.8.27](https://github.com/factorial-io/phabalicious/compare/3.8.26...3.8.27) (2023-09-10) + + +### Features + +* add option --json to save the output of parallel runs into a json file ([7bf1610](https://github.com/factorial-io/phabalicious/commit/7bf1610413407379d747bfd9775ca817f893c61b)) + ### [3.8.26](https://github.com/factorial-io/phabalicious/compare/3.8.25...3.8.26) (2023-08-23) diff --git a/package.json b/package.json index 7d20c5ea..be23a63a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phabalicious", - "version": "3.8.26", + "version": "3.8.27", "main": "index.js", "repository": "https://github.com/factorial-io/phabalicious.git", "author": "Stephan Huber ", diff --git a/src/Utilities/Utilities.php b/src/Utilities/Utilities.php index 542102a2..548f244a 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -13,7 +13,7 @@ class Utilities { - const FALLBACK_VERSION = '3.8.26'; + const FALLBACK_VERSION = '3.8.27'; const COMBINED_ARGUMENTS = 'combined'; const UNNAMED_ARGUMENTS = 'unnamedArguments';