diff --git a/Changes b/Changes index d3aa0fd..d496253 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Kelp {{$NEXT}} + +2.19 - 2024-10-10 [New Interface] - Added middleware_obj attribute to Kelp - Added NEXT_APP method to Kelp diff --git a/lib/Kelp.pm b/lib/Kelp.pm index 2ed9c11..cfc4b89 100644 --- a/lib/Kelp.pm +++ b/lib/Kelp.pm @@ -11,7 +11,7 @@ use Class::Inspector; use List::Util qw(any); use Scalar::Util qw(blessed); -our $VERSION = '2.18'; +our $VERSION = '2.19'; # Basic attributes attr -host => hostname;