From 9352f6bfad9310b47deb8eaa2d0560ce9ba3d96f Mon Sep 17 00:00:00 2001 From: Juvenn Woo Date: Wed, 6 Sep 2017 18:04:01 +0800 Subject: [PATCH] Ready to release 0.6.0 --- Changelog.md | 6 ++++++ src/LeanCloud/Client.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e2a15f7..2d9767a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,10 @@ +0.6.0 发布日期:2017-09-06 +---- + +* 更新 `LEANCLOUD_*` 环境变量 +* 根据环境变量设置是否以生产环境请求 + 0.5.6 发布日期:2017-04-13 ---- diff --git a/src/LeanCloud/Client.php b/src/LeanCloud/Client.php index f972869..4281805 100644 --- a/src/LeanCloud/Client.php +++ b/src/LeanCloud/Client.php @@ -23,7 +23,7 @@ class Client { /** * Client version */ - const VERSION = '0.5.6'; + const VERSION = '0.6.0'; /** * API Version string