From: Arthur Axel "fREW" Schmidt Date: Tue, 11 May 2010 17:33:39 +0000 (+0000) Subject: release 0.900100 X-Git-Tag: v0.900201~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Journal.git;a=commitdiff_plain;h=5a837c699cc4eecfd780f855b2dd7932415808c7 release 0.900100 --- diff --git a/Changes b/Changes index b8bbc48..d41a27e 100644 --- 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 diff --git a/lib/DBIx/Class/Journal.pm b/lib/DBIx/Class/Journal.pm index 465c649..481fd93 100644 --- a/lib/DBIx/Class/Journal.pm +++ b/lib/DBIx/Class/Journal.pm @@ -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