Skip to content

Commit

Permalink
Release changes for 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lalatendu Mohanty <[email protected]>
  • Loading branch information
LalatenduMohanty committed Sep 2, 2016
1 parent 090472c commit 9d297eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2.3'
VERSION = '1.3.0'
end
end

0 comments on commit 9d297eb

Please sign in to comment.