diff --git a/Changes b/Changes index 0ba01509..5b679ff0 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +2.049008 - 2021-10-06 + + [BUG FIXES] + + * #808 avoid dns for search on IPish things + * clickjacking prevention via X-Frame-Options and Content-Security-Policy headers + 2.049007 - 2021-10-05 [ENHANCEMENTS] diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 19aaa2ee..693ca2e8 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.049007'; +our $VERSION = '2.049008'; use App::Netdisco::Configuration; =head1 NAME