diff --git a/Changes b/Changes index 6193576..047aee1 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +1.10 Fri Mar 9 08:46:27 PST 2012 + - Released as PSGI 1.1 + 1.09_3 Wed Jun 22 13:48:31 PDT 2011 - Separated extensions into PSGI::Extensions - Added psgix.harakiri and psgix.harakiri.commit diff --git a/PSGI.pm b/PSGI.pm index 99d7746..b18c152 100644 --- a/PSGI.pm +++ b/PSGI.pm @@ -1,3 +1,3 @@ package PSGI; -our $VERSION = "1.09_3"; +our $VERSION = "1.10"; 1;