From bb46eec94a803d11aaf506ab28643f4faaf6d65a Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 9 Nov 2014 11:51:54 +0000 Subject: [PATCH] Added changelog section --- index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.md b/index.md index e5ce6042..ccdf2f44 100755 --- a/index.md +++ b/index.md @@ -31,6 +31,17 @@ In addition it supports the following token types: * MAC tokens (coming soon) * JSON web tokens (coming soon) +## Changelog + +The changelog can be viewed here - [https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md](https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md). + +The latest release is `4.0.1` (released 2014-11-09): + +* Alias the master branch in composer.json (Issue #243) +* Numerous PHP CodeSniffer fixes (Issue #244) +* .travis.yml update (Issue #245) +* The getAccessToken method should return an AccessTokenEntity object instead of a string in ResourceServer.php (#246) + ## Questions? This library was created by Alex Bilbie. Find him on Twitter at [@alexbilbie](https://twitter.com/alexbilbie).