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