From 8142e2c5aca566a3f6618fe6d893e697a36ed52e Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Thu, 6 Dec 2018 18:50:56 -0700 Subject: [PATCH] v1.13.3 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- lib/vSphere/version.rb | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index af98fc24..e41f9899 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.13.2 +current_version = 1.13.3 tag = true commit = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c08a1a5..89a5512b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.13.3 (2018-12-06)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.13.3) + + - Update i18n dependency to allow v1.1.1. This fixes an issue with + installation with Vagrant 2.2.x + ([jarretlavallee:fix/master/il8n_deps](https://github.com/nsidc/vagrant-vsphere/pull/273)). + ## [1.13.2 (2017-12-06)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.13.2) - Update rbvmomi dependency to v1.11.5 and greater (but still less than diff --git a/README.md b/README.md index 900d7ffe..e6cd541b 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ This provider is built on top of the * libxml2, libxml2-dev, libxslt, libxslt-dev ## Current Version -**version: 1.13.2** +**version: 1.13.3** -vagrant-vsphere (**version: 1.13.2**) is available from +vagrant-vsphere (**version: 1.13.3**) is available from [RubyGems.org](https://rubygems.org/gems/vagrant-vsphere) ## Installation diff --git a/lib/vSphere/version.rb b/lib/vSphere/version.rb index b69af9ad..45061a99 100644 --- a/lib/vSphere/version.rb +++ b/lib/vSphere/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module VSphere - VERSION = '1.13.2' + VERSION = '1.13.3' end end