diff --git a/Changes b/Changes index 7c78e12b..f691e81e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,18 @@ +2.050000 - 2021-10-12 + + [NEW FEATURES] + + * #827 add ignore_interface_types setting + + [ENHANCEMENTS] + + * replace jquery.load with fetch + + [BUG FIXES] + + * #761 Sometimes queries status return null values + * #765 Issues with IP Reports + 2.049011 - 2021-10-12 [BUG FIXES] diff --git a/META.json b/META.json index afa8b2ff..9c916e4b 100644 --- a/META.json +++ b/META.json @@ -130,7 +130,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.049011" + "version" : "2.050000" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -863,6 +863,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.049011", + "version" : "2.050000", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index 8ccec8aa..57c2020b 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.049011' + version: '2.050000' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -595,5 +595,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.049011' +version: '2.050000' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index f48d80bc..e99701a5 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.049011'; +our $VERSION = '2.050000'; use App::Netdisco::Configuration; =head1 NAME