From 3590d26ed2f59f5238f5f9e1842228d3d2aed5af Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Fri, 7 Aug 2020 21:26:02 +0300 Subject: [PATCH] prepare v3.1.1 --- changelog.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8621c18..6e26b32 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +# v3.1.1 + +* option to force IPv4 addresses when resolving hostnames, see [#44](https://github.com/centrifugal/phpcent/issues/44) and [#45](https://github.com/centrifugal/phpcent/pull/45). Thanks [Steve Therrien](https://github.com/SteveTherrien)! + +```php +$client->forceIpResolveV4(); +``` + # v3.1.0 * support `channels` JWT claim in `generateConnectionToken` function - which is an array of server-side channels to subscribe (see [docs](https://centrifugal.github.io/centrifugo/server/server_subs/)). Thanks, [Julius TM](https://github.com/juliustm) diff --git a/composer.json b/composer.json index 13f432d..56d3dfd 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description":"PHP library to communicate with Centrifugo HTTP API", "keywords": ["centrifugo", "websocket", "realtime", "messaging"], "homepage": "https://github.com/centrifugal/phpcent", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "require":{ "php": ">=5.4.0",