Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Stribny committed Dec 10, 2015
1 parent 36a95cd commit 8adc667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## 1.1.0

- Print warning if specifically selected manager is not available
- Support running alongside vagrant-vbguest
- Support running alongside vagrant-vbguest, issue #40
- Support rhn_register manager
- Fix: Handle various types of configuration option values, issue #48
- Fix: Hide password on registration failure, issue #47
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-registration/version.rb
Original file line number Diff line number Diff line change
@@ -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
end

0 comments on commit 8adc667

Please sign in to comment.