From 3b11fc41e46fc5ffdfd17c9073f15e38d78a01b7 Mon Sep 17 00:00:00 2001 From: Juvenn Woo Date: Tue, 13 Sep 2016 16:51:18 +0800 Subject: [PATCH] Ready to release 0.4.1 --- Changelog.md | 6 ++++++ src/LeanCloud/Client.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 5c82a38..d4ddf40 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,10 @@ +0.4.1 发布日期:2016-09-13 +---- + +* 支持实时通信的相关 hook 及校验 +* 支持通用短信发送接口 + 0.4.0 发布日期:2016-08-10 ---- diff --git a/src/LeanCloud/Client.php b/src/LeanCloud/Client.php index 06338f9..f9b37e8 100644 --- a/src/LeanCloud/Client.php +++ b/src/LeanCloud/Client.php @@ -23,7 +23,7 @@ class Client { /** * Client version */ - const VERSION = '0.4.0'; + const VERSION = '0.4.1'; /** * API Endpoints for Regions