From 2296d09e921af08581a99342429dff7339825386 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 9 May 2013 09:47:07 -0700 Subject: [PATCH 1/2] Changelog update --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a903ab1d..4310c183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.5 (released 2013-05-09) + +* Fixed `oauth_session_token_scopes` table primary key +* Removed `DEFAULT ''` that has slipped into some tables +* Fixed docblock for `SessionInterface::associateRefreshToken()` + ## 2.0.4 (released 2013-05-09) * Renamed primary key in oauth_client_endpoints table From e6d0a19e8f2523ab9dffd5528cbf459f18c037eb Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 9 May 2013 09:47:11 -0700 Subject: [PATCH 2/2] Version bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2029ee45..0b2d4eb2 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "league/oauth2-server", "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", - "version": "2.0.4", + "version": "2.0.5", "homepage": "https://github.com/php-loep/oauth2-server", "license": "MIT", "require": {