bump version to 0.81 and prepare for release 0.81
Karen Etheridge [Fri, 30 Jul 2021 23:16:25 +0000 (16:16 -0700)]
perl/ChangeLog
perl/FCGI.pm

index cbd5196..1bffbd6 100644 (file)
@@ -1,5 +1,7 @@
 Release history for FCGI
 
+Version 0.81 --  2021-07-31
+
   - Add dependency to FCGI::Client 0.09 so as to not depend on Any::Moose,
   which is deprecated. (Michal Josef Špaček, PR #7)
   - fix test failures on MSWin32 ((Michal Josef Špaček, PR #8)
index 90ce926..2184e2f 100644 (file)
@@ -2,7 +2,7 @@ package FCGI;
 use strict;
 
 BEGIN {
-    our $VERSION = '0.80';
+    our $VERSION = '0.81';
 
     require XSLoader;
     XSLoader::load(__PACKAGE__, $VERSION);