summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-10-10 15:48:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-10-10 15:48:10 +0300
commitf0323d4cf0c67d2c0b66e3a4c14eff8b2eec1618 (patch)
tree70cf0265da23cde57f18ef333fcd385cee520dc7
parent0a916b8b229d6ffb6d4a1b821221ec16a3b5187f (diff)
downloadmojosyslog-f0323d4cf0c67d2c0b66e3a4c14eff8b2eec1618.tar.gz
mojosyslog-f0323d4cf0c67d2c0b66e3a4c14eff8b2eec1618.tar.bz2
New releasev1.02
-rw-r--r--Changes4
-rw-r--r--lib/Mojo/Log/Syslog.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index dba5b7c..e904376 100644
--- a/Changes
+++ b/Changes
@@ -1 +1,5 @@
+1.02 2019-10-10
+
+ - Fix to work with Mojolicious 8.25.
+
1.01 2019-10-01
diff --git a/lib/Mojo/Log/Syslog.pm b/lib/Mojo/Log/Syslog.pm
index 87b9013..145ecc9 100644
--- a/lib/Mojo/Log/Syslog.pm
+++ b/lib/Mojo/Log/Syslog.pm
@@ -8,3 +8,3 @@ use Carp;
-our $VERSION = '1.01';
+our $VERSION = '1.02';

Return to:

Send suggestions and report system problems to the System administrator.