release 0.00303
Arthur Axel 'fREW' Schmidt [Sat, 10 Jul 2010 07:47:34 +0000 (02:47 -0500)]
Changes
lib/Log/Contextual.pm

diff --git a/Changes b/Changes
index 46b10fb..fb3040c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 ChangeLog for Log-Contextual
 
+0.00303 2010-07-10
+  - Fix broken Log::Log4perl test
+
 0.00302 2010-07-08
   - Add Log::Contextual::TeeLogger
   - Add levels_upto (RT58558)
index 23f2958..3585c76 100644 (file)
@@ -3,7 +3,7 @@ package Log::Contextual;
 use strict;
 use warnings;
 
-our $VERSION = '0.00302';
+our $VERSION = '0.00303';
 
 require Exporter;
 use Data::Dumper::Concise;