Version bump

This commit is contained in:
Alex Bilbie 2013-03-04 13:18:34 +00:00
parent 34a7d14557
commit ad78ec838b
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,11 @@
# Changelog # 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 links to tutorials in the README
* Added missing `state` parameter request to the `checkAuthoriseParams()` method. * Added missing `state` parameter request to the `checkAuthoriseParams()` method.
@ -24,4 +29,4 @@
## 1.0.0 (released 2013-02-15) ## 1.0.0 (released 2013-02-15)
* First release * First major release

View File

@ -1,7 +1,7 @@
{ {
"name": "lncd/oauth2", "name": "lncd/oauth2",
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants", "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", "homepage": "https://github.com/lncd/OAuth2",
"license": "MIT", "license": "MIT",
"require": { "require": {