From 8470232ba5622370bbe6c2ccd4c6f757b001c62b Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Wed, 3 Aug 2022 09:34:31 -0400 Subject: [PATCH] Fixing issue with http client --- CHANGELOG.md | 6 +++++- src/mantle/http-client/class-pending-request.php | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f8472a7..113f2023b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.5.2 - 2022-08-03 + +- Fixing issue with Http Client. + ## v0.5.1 - 2022-08-01 -* Fixing issue with testing installation callback. +- Fixing issue with testing installation callback. ## v0.5.0 - 2022-07-29 diff --git a/src/mantle/http-client/class-pending-request.php b/src/mantle/http-client/class-pending-request.php index 7f7b1f940..237f8dc9f 100644 --- a/src/mantle/http-client/class-pending-request.php +++ b/src/mantle/http-client/class-pending-request.php @@ -10,6 +10,7 @@ use Mantle\Support\Pipeline; use Mantle\Support\Traits\Conditionable; +use function Mantle\Support\Helpers\retry; use function Mantle\Support\Helpers\tap; /**