release 0.900100
Arthur Axel "fREW" Schmidt [Tue, 11 May 2010 17:33:39 +0000 (17:33 +0000)]
Changes
lib/DBIx/Class/Journal.pm

diff --git a/Changes b/Changes
index b8bbc48..d41a27e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.900100 2010-05-11
+    - Tiny bit of doc, besides that it's all of the below.
+
 0.900001_06 2010-04-30
     - Fixed silly bug where update and delete didn't return what they were supposed to
 
index 465c649..481fd93 100644 (file)
@@ -5,7 +5,7 @@ use base qw/DBIx::Class/;
 use strict;
 use warnings;
 
-our $VERSION = '0.900001_06';
+our $VERSION = '0.900100';
 $VERSION = eval $VERSION; # no errors in dev versions
 
 ## On create/insert, add new entry to AuditLog and new content to AuditHistory