Skip to content

Commit

Permalink
Merge pull request #121 from juvenn/master
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
juvenn authored Nov 18, 2016
2 parents 3cee4d5 + 4513625 commit e8c7406
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

0.5.0 发布日期:2016-11-18
----

* 添加 User#getRoles 方法获取角色
* 添加 User#isAuthenticated 方法检测用户是否登录
* 添加 User#refreshSessionToken 方法重置 token

0.4.2 发布日期:2016-11-03
----

Expand Down
2 changes: 1 addition & 1 deletion src/LeanCloud/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Client {
/**
* Client version
*/
const VERSION = '0.4.2';
const VERSION = '0.5.0';

/**
* API Endpoints for Regions
Expand Down

0 comments on commit e8c7406

Please sign in to comment.