diff --git a/Changes b/Changes index c864273..8f3148a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Kelp {{$NEXT}} + +2.17 - 2024-07-06 [Changes] - Fixed psgi routes not working with custom controllers - Documentation improvements diff --git a/lib/Kelp.pm b/lib/Kelp.pm index ce2046f..e9a4602 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.16'; +our $VERSION = '2.17'; # Basic attributes attr -host => hostname;