Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Oct 6, 2020
1 parent 5624b91 commit d8aa83d
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@

All notable changes to `laravel-guzzle` will be documented in this file

## 2.2.0 - 2020-10-06

- add Laravel 8 support
- add Guzzle 7 support

## 2.1.0 - 2020-03-03

- added Laravel 7 support
- add Laravel 7 support

## 2.0.0 - 2020-02-24

- [upgrade guide](https://github.com/Astrotomic/laravel-guzzle/pull/2#issue-378649298)
- added `default_client` and `clients` config keys
- added `\Astrotomic\LaravelGuzzle\Factory` as new core of the package
- changed `\Astrotomic\LaravelGuzzle\Facades\Guzzle` to pipe calls to the new factory
- dropped `guzzle()` helper function
- renamed service-provider from `LaravelGuzzleServiceProvider` to `GuzzleServiceProvider`
- add `default_client` and `clients` config keys
- add `\Astrotomic\LaravelGuzzle\Factory` as new core of the package
- change `\Astrotomic\LaravelGuzzle\Facades\Guzzle` to pipe calls to the new factory
- drop `guzzle()` helper function
- rename service-provider from `LaravelGuzzleServiceProvider` to `GuzzleServiceProvider`

## 1.0.1 - 2020-02-17

Expand Down

0 comments on commit d8aa83d

Please sign in to comment.