We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a95cd commit 8adc667Copy full SHA for 8adc667
CHANGELOG.md
@@ -1,7 +1,9 @@
1
# Changelog
2
3
+## 1.1.0
4
+
5
- Print warning if specifically selected manager is not available
-- Support running alongside vagrant-vbguest
6
+- Support running alongside vagrant-vbguest, issue #40
7
- Support rhn_register manager
8
- Fix: Handle various types of configuration option values, issue #48
9
- Fix: Hide password on registration failure, issue #47
lib/vagrant-registration/version.rb
@@ -1,6 +1,6 @@
module VagrantPlugins
# Registration plugin to auto-register guests on `vagrant up`
module Registration
- VERSION = '1.0.1'
+ VERSION = '1.1.0'
end
0 commit comments