From 58e5d05ac0e851ca48419a52286b5e9afb4ba1a9 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 1 Jul 2014 21:12:00 +0100 Subject: [PATCH] update version and changes --- Netdisco/Changes | 1 + Netdisco/lib/App/Netdisco.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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