diff --git a/Changes b/Changes index b485c853c..13bb6d816 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08102 2009-04-30 08:29:00 (UTC) - Fixed two subtle bugs when using columns or select/as paired with a join (limited prefetch) - Fixed breakage of cdbi tests (RT#45551) diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 97be9594d..32b58a126 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -24,7 +24,7 @@ sub component_base_class { 'DBIx::Class' } # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -$VERSION = '0.08101'; +$VERSION = '0.08102'; $VERSION = eval $VERSION; # numify for warning-free dev releases