diff --git a/Changes b/Changes index dd88f62..36711ff 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,8 @@ Revision history for Kelp -{NEXT} +2.15 - 2024-07-03 [Changes] - - Kelp's req and res were moved to Context and are now just facades + - Kelp's req and res attributes were moved to Context and are now just facade methods - Added persistent_controllers config, which makes the system keep the reblessed instances [Deprecations] diff --git a/lib/Kelp.pm b/lib/Kelp.pm index a8cf988..68b425a 100644 --- a/lib/Kelp.pm +++ b/lib/Kelp.pm @@ -12,7 +12,7 @@ use List::Util qw(any); use Scalar::Util qw(blessed); use Kelp::Context; -our $VERSION = '2.14'; +our $VERSION = '2.15'; # Basic attributes attr -host => hostname;