From 5a6e737501b05504fd30c4acc22f3d79d514d112 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Mon, 12 Oct 2015 11:26:55 -0500 Subject: [PATCH] update for release --- CHANGES.md | 8 +++++--- composer.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8978e17..d96e145 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ -- DOC: Updated README and docblocks. +First stable 2.0 release. -- CHG: PdoAdapter::buildSelectWhere() now honors the custom column name provided by the user. +- (FIX) Correct AuthFactory namespace, and add test. -- CHG: Turn off auto-resolution in Container tests +- (DOC) Additions and corrections in README. + +- (FIX) Add missing Status in AdapterInterface. diff --git a/composer.json b/composer.json index 4da8bad..4c8990b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "aura/auth", "type": "library", - "description": "Aura Auth provides a unified interface to authenticate a user with local or remote authentication systems.", + "description": "Provides a unified interface to authenticate a user with local or remote authentication systems.", "keywords": [ "auth", "authenticate",