From ed4c21fa9228027daae1fa291b3755f5496c44d8 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sat, 27 Dec 2014 23:04:36 +0000 Subject: [PATCH] Update index.md --- index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 3b705d8b..1c280825 100755 --- a/index.md +++ b/index.md @@ -35,9 +35,12 @@ In addition it supports the following token types: 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.5` (released 2014-12-15): +The latest release is `4.1.0` (released 2014-12-27): -* Prevent duplicate session in auth code grant (Issue #282) +* Added MAC token support (Issue #158) +* Fixed example init code (Issue #280) +* Toggle refresh token rotation (Issue #286) +* Docblock fixes ## Questions?