From 2c3d4d3cf22caf0273b71009138f64e07a08d5be Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 3 Dec 2014 23:27:20 +0000 Subject: [PATCH] Version bump --- index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 44ec8ac4..08ce59f2 100755 --- a/index.md +++ b/index.md @@ -35,12 +35,11 @@ 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.3` (released 2014-12-02): +The latest release is `4.0.4` (released 2014-12-03): -## 4.0.3 (released 2014-12-02) +## 4.0.4 (released 2014-12-03) -* Fix bad type hintings (Issue #267) -* Do not forget to set the expire time (Issue #268) +* Ensure refresh token hasn't expired (Issue #270) ## Questions?