Changelog, bump to 0.06 0.06
Tomas Doran [Mon, 12 Apr 2010 20:13:21 +0000 (21:13 +0100)]
ChangeLog
lib/MooseX/SimpleConfig.pm

index 224e522..7d3be0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Revision history for Perl extension MooseX::SimpleConfig
 
+0.06 - Apr 12, 2010
+  - Depend on at least version 0.19 of Config::Any for flatten_to_hash
+    support.
+
 0.05 - Jan 22, 2010
    - Allow multiple config files to be loaded and merged.
      Patch in RT#48552 from Sawyer X
index 4754a7e..67e1f3b 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::SimpleConfig;
 use Moose::Role;
 with 'MooseX::ConfigFromFile';
 
-our $VERSION   = '0.05';
+our $VERSION   = '0.06';
 
 use Config::Any ();