diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e6ff43..b4338bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.4 (released 2013-02-21) + +* Fixed the SQL example for SessionInterface::getScopes() + ## 1.0.3 (released 2013-02-20) * Changed all instances of the "authentication server" to "authorization server" diff --git a/composer.json b/composer.json index 3507b7f0..41d62f39 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "lncd/oauth2", "description": "OAuth 2.0 Framework", - "version": "1.0.3", + "version": "1.0.4", "homepage": "https://github.com/lncd/OAuth2", "license": "MIT", "require": {