changes and version update in prep for release
Jay Kuri [Mon, 29 Sep 2008 14:18:09 +0000 (14:18 +0000)]
Changes
lib/Catalyst/Authentication/Store/DBIx/Class.pm

diff --git a/Changes b/Changes
index d6e38b5..495002f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,14 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.107   2008-09-29
+                  - Fix the typo in exception during authenticate
+                  - Doc fixes and clarifications
+
 0.105   2008-03-19
         Throw an exception if no fields are provided during authenticate
            - better than retrieving a random user. 
            - still possible to do an empty search by using searchargs
         
-
 0.104   2008-02-15
         Added ability to avoid DB hits when restoring from session
 
index 8f5c5d1..0dd6ed7 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.106";
+our $VERSION= "0.107";
 
 
 BEGIN {
@@ -92,7 +92,7 @@ Catalyst::Authentication::Store::DBIx::Class - A storage class for Catalyst Auth
 
 =head1 VERSION
 
-This documentation refers to version 0.10.
+This documentation refers to version 0.107.
 
 =head1 SYNOPSIS