From 68e4b1d39064ba69af2d2461cb657e8aa053447f Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 28 Jun 2016 09:03:41 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32fd2399..49fb51e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Changelog -## 5.1.0 (released 2016-05-XX) - -* Implemented RFC7636 (Issue #574) +## 5.1.0 (released 2016-06-28) + +* Implemented RFC7636 (Issue #574) +* Unify middleware exception responses (Issue #578) +* Updated examples (Issue #589) +* Ensure state is in access denied redirect (Issue #597) +* Remove redundant `isExpired()` method from entity interfaces and traits (Issue #600) +* Added a check for unique access token constraint violation (Issue #601) +* Look at Authorization header directly for HTTP Basic auth checks (Issue #604) +* Added catch Runtime exception when parsing JWT string (Issue #605) +* Allow `paragonie/random_compat` 2.x (Issue #606) +* Added `indigophp/hash-compat` to Composer suggestions and `require-dev` for PHP 5.5 support ## 5.0.3 (released 2016-05-04)