updated changelog for tagging new version and minor other updates
[gitmo/MooseX-Types-Structured.git] / lib / MooseX / Types / Structured.pm
index 4d97757..6982691 100644 (file)
@@ -5,7 +5,7 @@ use Moose::Util::TypeConstraints;
 use MooseX::Meta::TypeConstraint::Structured;
 use MooseX::Types -declare => [qw(Dict Tuple Optional)];
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 our $AUTHORITY = 'cpan:JJNAPIORK';
 
 =head1 NAME