From 96bbf14463469365fe198c36226c4dbd02be7050 Mon Sep 17 00:00:00 2001 From: Josh Cunningham Date: Thu, 1 Mar 2018 11:59:29 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b4122d..e4d387a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [5.1.0](https://github.com/auth0/auth0-PHP/tree/5.1.0) (2018-03-02) +[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.0.6...5.1.0) + +**Closed issues** +- Support for php-jwt 5 [\#210](https://github.com/auth0/auth0-PHP/issues/210) + +**Added** +- Adding tests for state handler; correcting storage method used [\#228](https://github.com/auth0/auth0-PHP/pull/228) ([joshcanhelp](https://github.com/joshcanhelp)) + +**Changed** +- Bumping JWT package version [\#229](https://github.com/auth0/auth0-PHP/pull/229) ([joshcanhelp](https://github.com/joshcanhelp)) + ## [5.0.6](https://github.com/auth0/auth0-PHP/tree/5.0.4) (2017-11-24) [Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.0.4...5.0.6)