diff --git a/Netdisco/Changes b/Netdisco/Changes index 20709f87..4580a201 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -23,6 +23,7 @@ * Forward port housekeeping/schedule and expiry/expire legacy config * Store started timestamp on job completion * Set UTF-8 mode on Pg database connection + * Identify changes in device type after initial discover * Add netdisco-rancid-export to installed scripts * Template INCLUDE path stuffing broken for plugins [#103] diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 8dd8af2b..a986f42a 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.027008_001'; +our $VERSION = '2.028000'; use App::Netdisco::Configuration; =head1 NAME