From 0b4c33fd931b9df3e66b5ec720d278cd3ab67800 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 15 Dec 2014 17:37:45 +0000 Subject: [PATCH] Version bump --- index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index a66b202e..3b705d8b 100755 --- a/index.md +++ b/index.md @@ -35,11 +35,9 @@ 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.4` (released 2014-12-03): +The latest release is `4.0.5` (released 2014-12-15): -## 4.0.4 (released 2014-12-03) - -* Ensure refresh token hasn't expired (Issue #270) +* Prevent duplicate session in auth code grant (Issue #282) ## Questions?