From fcc1388aeb3fdf0556751b518c0cc77d453aa054 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 6 Apr 2014 22:04:12 +0100 Subject: [PATCH] Updated change log and version number --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"