diff --git a/Changes b/Changes index 96182fe..7459dc6 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for CHI ** denotes an incompatible change +0.11 Feb 28, 2009 + 0.10 Feb 28, 2009 - Switch to Mouse instead of Moose, to reduce install dependencies and overhead. Eliminate diff --git a/lib/CHI.pm b/lib/CHI.pm index 0d60cf3..16a6616 100644 --- a/lib/CHI.pm +++ b/lib/CHI.pm @@ -6,7 +6,7 @@ use CHI::Util qw(require_dynamic); use strict; use warnings; -our $VERSION = '0.10'; +our $VERSION = '0.11'; our $Logger = CHI::NullLogger->new(); ## no critic