diff --git a/CHANGELOG.md b/CHANGELOG.md index 468f1426..af06df1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.2 (released 2014-04-16) + +* Added the ability to change the algorithm that is used to generate the token strings (Issue #151) + ## 3.1.2 (released 2014-02-26) * Support Authorization being an environment variable. [See more](http://fortrabbit.com/docs/essentials/quirks-and-constraints#authorization-header) diff --git a/composer.json b/composer.json index f16fd43a..ae7a8170 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": "3.1.2", + "version": "3.2", "license": "MIT", "require": { "php": ">=5.4.0"