diff --git a/Changes b/Changes index c11b033d..da99eae9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,14 @@ +2.062004 - 2023-06-26 + + [ENHANCEMENTS] + + * #843 redux - also refresh API token for getapikey + * #1036 redux - allow use of /login even when authN is delegated + + [BUG FIXES] + + * permit import of check_acl from Util::Permission + 2.062003 - 2023-06-20 [ENHANCEMENTS] diff --git a/META.json b/META.json index 70888b35..40e60a07 100644 --- a/META.json +++ b/META.json @@ -135,7 +135,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.062003" + "version" : "2.062004" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -931,6 +931,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.062003", + "version" : "2.062004", "x_serialization_backend" : "JSON::PP version 4.07" } diff --git a/META.yml b/META.yml index 201c80a2..6bd3a1ae 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.062003' + version: '2.062004' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -642,5 +642,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.062003' +version: '2.062004' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 1846d163..c76b37fa 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.062003'; +our $VERSION = '2.062004'; use App::Netdisco::Configuration; =head1 NAME