From a2f87f20b73600a71c26ddddba5f63f31da6d7ba Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 18 Mar 2013 16:48:38 +0000 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ba6ca1..036e74d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.8 (released 2013-03-18) + +* Fixed check for required state parameter +* Fixed check that user's credentials are correct in Password grant + ## 1.0.7 (released 2013-03-04) * Added method `requireStateParam()` diff --git a/composer.json b/composer.json index 9cacbf5b..e30a2b36 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "lncd/oauth2", "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants", - "version": "1.0.7", + "version": "1.0.8", "homepage": "https://github.com/lncd/OAuth2", "license": "MIT", "require": {