Release 0.34 v0.34
Arthur Axel 'fREW' Schmidt [Wed, 2 Aug 2017 16:59:39 +0000 (09:59 -0700)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index 0fb928a..920dfe5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
+0.34   2017-08-02 09:56 Los Angeles
        - Remove MYMETA.* (RT#108814)
        - Fix installing on 5.26.0+ (RT#121861)
        - Fix security vulnerability, when serving static files with dots in the
index 4440301..c251937 100755 (executable)
@@ -9,7 +9,7 @@ use MooseX::Types::Moose qw/ArrayRef Str/;
 use Catalyst::Utils;
 use namespace::autoclean;
 
-our $VERSION = '0.33';
+our $VERSION = '0.34';
 
 has _static_file => ( is => 'rw' );
 has _static_debug_message => ( is => 'rw', isa => ArrayRef[Str] );