diff --git a/CHANGELOG.md b/CHANGELOG.md index af74565..f78f6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.3.0 + +- Fixed formatting, typo, grammar in README +- Added MAINTAINERS file +- Fix #44 allow more than one try to fill username and password +- Fixes #99 using proxy info to unregister +- Fix #107 register when passing credentials as env variables + ## 1.2.3 - Issue #90 Use locale based messaging diff --git a/lib/vagrant-registration/version.rb b/lib/vagrant-registration/version.rb index ff54862..2858fc1 100644 --- a/lib/vagrant-registration/version.rb +++ b/lib/vagrant-registration/version.rb @@ -1,6 +1,6 @@ module VagrantPlugins # Registration plugin to auto-register guests on `vagrant up` module Registration - VERSION = '1.2.3' + VERSION = '1.3.0' end end