diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb54b14..1f08e3a8 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.6](https://github.com/factorial-io/phabalicious/compare/3.8.5...3.8.6) (2022-09-03) + + +### Bug Fixes + +* Remove debug output ([b345060](https://github.com/factorial-io/phabalicious/commit/b3450602f06b66ade3a1aec84055883effcee830)) + ### [3.8.5](https://github.com/factorial-io/phabalicious/compare/3.8.4...3.8.5) (2022-09-02) diff --git a/package.json b/package.json index 9b3c5979..5df358bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phabalicious", - "version": "3.8.5", + "version": "3.8.6", "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 ee31ff11..19b6acfb 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -13,7 +13,7 @@ class Utilities { - const FALLBACK_VERSION = '3.8.5'; + const FALLBACK_VERSION = '3.8.6'; const COMBINED_ARGUMENTS = 'combined'; const UNNAMED_ARGUMENTS = 'unnamedArguments';