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",