From a2ebc458cd888f762a81fc3cb8521f9a293b82d5 Mon Sep 17 00:00:00 2001 From: Sean Walberg Date: Thu, 2 Feb 2017 10:05:38 -0500 Subject: [PATCH] Bump for release --- CHANGELOG | 6 ++++++ lib/knife-vsphere/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ded17959..6ba051f0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ knife-vsphere changelog ---------------------- +1.2.24 dhgwilliam - add support for filtering networks by dvswitch + warroyo - add formatted output and ability to filter on pool/cluster + - add proper exit codes + scotthain - README corrections + 1.2.23 mheidenr - re-add accidentally reverted fix from '22 + 1.2.22 warroyo - Use presenters for cluster, host, datastore listings Means -f json and -f yaml work! zachsmorgan - stop escaping regexps in datastore maxfree diff --git a/lib/knife-vsphere/version.rb b/lib/knife-vsphere/version.rb index 3f703ba2..9d9ade25 100644 --- a/lib/knife-vsphere/version.rb +++ b/lib/knife-vsphere/version.rb @@ -1,3 +1,3 @@ module KnifeVsphere - VERSION = '1.2.23' + VERSION = '1.2.24' end