Bump version number and update Changes master
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 30 Jun 2014 17:17:30 +0000 (20:17 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 30 Jun 2014 17:17:30 +0000 (20:17 +0300)
Changes
lib/App/Devbot.pm

diff --git a/Changes b/Changes
index dec053bb05167b2c6c6ae5caf209b956df367391..02cea9c719818ba60b90f015bfdd2d80f8cc3923 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Release history for Perl extension App::Devbot.
 
+0.001004 2014-06-30T20:17+03:00
+ - Untaint --server and --port (RT #96836) - Thanks Philipp Gortan!
+ - Recommend POE::Component::SSLify
+
 0.001003 2014-03-17T01:55+02:00
  - Update Changes to CPAN::Changes::Spec format
  - Use a git repository
index 1ba7bd70229c9aea72421c26702b8ba13f54c013..b1c1b2478c31d0525e05bb57498ba6b68b45e5ec 100644 (file)
@@ -3,7 +3,7 @@ package App::Devbot;
 use v5.14;
 use strict;
 use warnings;
-our $VERSION = 0.001003;
+our $VERSION = 0.001004;
 
 use POE;
 use POE::Component::IRC::State;
This page took 0.010803 seconds and 4 git commands to generate.