Bump version, changelog 0.05
Tomas Doran [Fri, 22 Jan 2010 21:14:45 +0000 (21:14 +0000)]
ChangeLog
lib/MooseX/SimpleConfig.pm

index a382853..224e522 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Revision history for Perl extension MooseX::SimpleConfig
 
+0.05 - Jan 22, 2010
+   - Allow multiple config files to be loaded and merged.
+     Patch in RT#48552 from Sawyer X
+
 0.04 - Nov 04, 2009
     - Allow options to be passed through to Config::Any more easily.
 
index 993808b..4754a7e 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::SimpleConfig;
 use Moose::Role;
 with 'MooseX::ConfigFromFile';
 
-our $VERSION   = '0.04';
+our $VERSION   = '0.05';
 
 use Config::Any ();