Skip to content

Commit 8adc667

Browse files
author
Josef Stribny
committed
Bump version to 1.1.0
1 parent 36a95cd commit 8adc667

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3+
## 1.1.0
4+
35
- Print warning if specifically selected manager is not available
4-
- Support running alongside vagrant-vbguest
6+
- Support running alongside vagrant-vbguest, issue #40
57
- Support rhn_register manager
68
- Fix: Handle various types of configuration option values, issue #48
79
- Fix: Hide password on registration failure, issue #47
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module VagrantPlugins
22
# Registration plugin to auto-register guests on `vagrant up`
33
module Registration
4-
VERSION = '1.0.1'
4+
VERSION = '1.1.0'
55
end
66
end

0 commit comments

Comments
 (0)