From 921bdd347d5f0b826461eadb3680a1fe2d45bc11 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Wed, 19 Jul 2023 09:56:29 +0200 Subject: [PATCH] chore(release): 3.8.25 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/Utilities/Utilities.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eaedbb2..7ae80ee1 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.25](https://github.com/factorial-io/phabalicious/compare/3.8.24...3.8.25) (2023-07-19) + + +### Bug Fixes + +* Validate ssh config properly, even when not using a SshShellProvider ([2995bf5](https://github.com/factorial-io/phabalicious/commit/2995bf57dd671514c9d2a14dc8f11071500ed5ed)) + ### [3.8.24](https://github.com/factorial-io/phabalicious/compare/3.8.23...3.8.24) (2023-07-17) diff --git a/package.json b/package.json index 06e1ec9f..7bc72813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phabalicious", - "version": "3.8.24", + "version": "3.8.25", "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 221c3fff..b5a456a9 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -13,7 +13,7 @@ class Utilities { - const FALLBACK_VERSION = '3.8.24'; + const FALLBACK_VERSION = '3.8.25'; const COMBINED_ARGUMENTS = 'combined'; const UNNAMED_ARGUMENTS = 'unnamedArguments';