Skip to content

Commit 4ef8c5f

Browse files
committed
Release 2.18
1 parent 41e666c commit 4ef8c5f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Kelp
22

33
{{$NEXT}}
4+
5+
2.18 - 2024-10-08
46
[New Interface]
57
- Added after_unrendered hook to Kelp
68
- Added order attribute and compare method to routes

lib/Kelp.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Class::Inspector;
1111
use List::Util qw(any);
1212
use Scalar::Util qw(blessed);
1313

14-
our $VERSION = '2.17';
14+
our $VERSION = '2.18';
1515

1616
# Basic attributes
1717
attr -host => hostname;

0 commit comments

Comments
 (0)