From d31e23fb1cfd30ca4bcc1dba894eabb6df8af996 Mon Sep 17 00:00:00 2001 From: Juvenn Woo Date: Mon, 27 Feb 2017 16:04:40 +0800 Subject: [PATCH] Ready to release 0.5.4 --- Changelog.md | 5 +++++ src/LeanCloud/Client.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f24cdaa..c400710 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,9 @@ +0.5.4 发布日期:2017-02-27 +---- + +* 修复推送请求中的格式不兼容问题 + 0.5.3 发布日期:2017-02-13 ---- diff --git a/src/LeanCloud/Client.php b/src/LeanCloud/Client.php index 01fefbf..d52804e 100644 --- a/src/LeanCloud/Client.php +++ b/src/LeanCloud/Client.php @@ -23,7 +23,7 @@ class Client { /** * Client version */ - const VERSION = '0.5.3'; + const VERSION = '0.5.4'; /** * API Endpoints for Regions