Skip to content

Commit

Permalink
Merge pull request #308 from alleyinteractive/http-client-retry
Browse files Browse the repository at this point in the history
Fixing issue with http client
  • Loading branch information
srtfisher committed Aug 3, 2022
2 parents f110421 + 8470232 commit b2ef9b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/mantle/http-client/class-pending-request.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit b2ef9b3

Please sign in to comment.