From 35a5afb4c1816bddbda941842509d81940972588 Mon Sep 17 00:00:00 2001 From: bbrtj Date: Sat, 6 Jul 2024 06:18:15 +0200 Subject: [PATCH] Release 2.17 --- Changes | 2 ++ lib/Kelp.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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;