Prepare for release.
Florian Ragwitz [Tue, 26 Aug 2008 04:03:29 +0000 (04:03 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/DBIx-Class-UserStamp/1.000/trunk@4775 bd8105ee-0ff8-0310-8827-fb3f25b6796d

Changes
lib/DBIx/Class/UserStamp.pm

diff --git a/Changes b/Changes
index 296dddc..c1e1d7d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,2 +1,5 @@
+0.11    2008-08-26
+        - Port to DBIx::Class::DynamicDefault
+
 0.10    2008-06-09
         - Initial release.
index 58414ed..dcbf0e5 100644 (file)
@@ -5,7 +5,7 @@ use base qw(DBIx::Class);
 use warnings;
 use strict;
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 __PACKAGE__->load_components( qw/DynamicDefault/ );