Skip to content

Commit 70736ea

Browse files
committed
Prepare v5.0.0 Release
1 parent a6b1d06 commit 70736ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# CHANGELOG
22

3-
## 5.0.0 (not released yet)
3+
## 5.0.0 (2022-06-13)
44

55
Release notes:
66

77
This is the first big release under friendsofphp umbrella. There are lot of BC
8-
Breaks, but they should be easy to fix. From now on, a particular attention will
8+
breaks, but they should be easy to fix. From now on, a particular attention will
99
be given to not break the BC and to provide a nice upgrade path.
1010

1111
* Rename package from `sensiolabs/consul-php-sdk` to `friendsofphp/consul-php-sdk`
1212
* Get ride of SensioLabs namespace (from `SensioLabs\Consul` to `Consul`)
1313
* Add typehint where possible
1414
* Force JSON body request where possible (now you must pass an array as body)
1515
* Remove the factory and almost all interfaces
16-
* Bump to PHP 7.4
16+
* Bump to PHP 7.4+
1717
* Add support for missing scheme in DSN
1818
* Switch from Travis to GitHub Action
1919
* Add some internal tooling (php-cs-fixer, phpstan, phpunit, Makefile)

0 commit comments

Comments
 (0)