From ad78ec838b4b7cc156856ac0cd789ce91f3fdbd0 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 4 Mar 2013 13:18:34 +0000 Subject: [PATCH] Version bump --- CHANGELOG.md | 9 +++++++-- composer.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8792e1e5..91ba6ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## 1.0.6 (released 2013-02-) +## 1.0.7 (released 2013-03-04) + +* Added method `requireStateParam()` +* Added method `requireScopeParam()` + +## 1.0.6 (released 2013-02-22) * Added links to tutorials in the README * Added missing `state` parameter request to the `checkAuthoriseParams()` method. @@ -24,4 +29,4 @@ ## 1.0.0 (released 2013-02-15) -* First release \ No newline at end of file +* First major release \ No newline at end of file diff --git a/composer.json b/composer.json index 203ee7e5..9cacbf5b 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.6", + "version": "1.0.7", "homepage": "https://github.com/lncd/OAuth2", "license": "MIT", "require": {