From d3c1760be9d84f5f6584546c5b6b90c22b65a733 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Fri, 24 Mar 2023 10:27:27 +0200 Subject: [PATCH] prepare 5.1.0 --- changelog.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d44fd05..b10317e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# v5.1.0 + +* Add meta data support in jwt token [#56](https://github.com/centrifugal/phpcent/pull/56) + # v5.0.0 In this release we adapt phpcent for Centrifugo v4: diff --git a/composer.json b/composer.json index 37cf91f..4eeb71a 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "messaging" ], "homepage": "https://github.com/centrifugal/phpcent", - "version": "5.0.0", + "version": "5.1.0", "license": "MIT", "require": { "php": ">=7.0.0",