diff --git a/CHANGELOG b/CHANGELOG index ca9a6086..3ed741ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ knife-vsphere changelog ---------------------- +2.0.3 swalberg - If the node exists prior to clone, move to bootstrap + 2.0.2 nammiesgal - Add snapshot creation timestamp to snapshot listing. - Add option "--snapshot-descr DESCR" to allow users to add a description when creating a snapshot. diff --git a/lib/knife-vsphere/version.rb b/lib/knife-vsphere/version.rb index d3de6f70..d2f08a59 100644 --- a/lib/knife-vsphere/version.rb +++ b/lib/knife-vsphere/version.rb @@ -1,5 +1,5 @@ # The main knife-vsphere module. module KnifeVsphere # The version of this gem. - VERSION = '2.0.2' + VERSION = '2.0.3' end