From 86ef4443770fcc4b45cb35949f3794aead467ee2 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Tue, 3 Jul 2012 10:24:54 +0300 Subject: [PATCH 1/2] reflect changes --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index ac3eef690..c3d858c51 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ {{$NEXT}} +1.3095_02 03.07.2012 + [ BUG FIXES ] * fix exception tests in some cases (GH #734) (Damien Krotkine & katkad ) @@ -8,6 +10,7 @@ [ DOCUMENTATION ] * Clarify serialization in introduction POD (Mark A. Stratman) + * Typo fix (Sam Kington) 1.3095_01 22.06.2012 From 59f4bbcf14a5cc9fe1a2fa1ab43a9c95f86f2ec1 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Tue, 3 Jul 2012 10:25:00 +0300 Subject: [PATCH 2/2] version bump --- lib/Dancer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dancer.pm b/lib/Dancer.pm index c9171916b..9d802bf3d 100644 --- a/lib/Dancer.pm +++ b/lib/Dancer.pm @@ -5,7 +5,7 @@ use warnings; use Carp; use Cwd 'realpath'; -our $VERSION = '1.3095_01'; +our $VERSION = '1.3095_02'; our $AUTHORITY = 'SUKRIA'; use Dancer::App;