Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Sep 6, 2023
1 parent 74d15a7 commit 5cbd05d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 3.0.0 - 2023-09-06

ADDED:
- Support for PSR-18

CHANGED:

- Increased minimum PHP version requirement to 7.4
- Declare nearly all property types
- [#34](https://github.com/woohoolabs/yang/pull/34): `JsonApiClient` implements PSR-18's `ClientInterface`
- [#33](https://github.com/woohoolabs/yang/pull/33): Use `Psr\Http\Client\ClientInterface` as type

REMOVED:

- Support for php-http/httplug v1
- The deprecated ClassHydrator
- The deprecated HydratorInterface

## 3.0.0-rc1 - 2023-08-19

CHANGED:
Expand Down

0 comments on commit 5cbd05d

Please sign in to comment.