add changelog entry, bump version number
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Hash.pm
index ddf8c63..5d030f9 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Hash;
 use Moose::Role 'with';
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 with 'Moose::Autobox::Ref',
      'Moose::Autobox::Indexed';