Skip to content

Commit

Permalink
Release 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Jul 6, 2024
1 parent 24a2c7d commit 35a5afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Kelp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 35a5afb

Please sign in to comment.