Version bump, complete changelog 0.0.6 0.06
Chris Andrews [Mon, 13 Jul 2009 21:24:52 +0000 (22:24 +0100)]
Changes
lib/Catalyst/Engine/Stomp.pm

diff --git a/Changes b/Changes
index 6d7bde7..bbe7ed7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,10 @@
 Revision history for Perl extension Catalyst::Engine::Stomp.
 
+0.06  Mon Jul 13 22:22:22 2009
+    - Make the test-app harness available under CatalystX::
     - Clean up use of deprecated dispatcher methods.
     - Add an error message in the Catalyst log when we
-      recieve an unserializeable message.
+      receive an unserializeable message.
     - Fix the test application to always run with the
       correct library paths.
     - Fix bug causing alternate serializers to not be found
index 3bfb611..218702e 100644 (file)
@@ -7,7 +7,7 @@ use namespace::autoclean;
 
 extends 'Catalyst::Engine::Embeddable';
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 has connection => (is => 'rw', isa => 'Net::Stomp');
 has conn_desc => (is => 'rw', isa => 'Str');