Skip to content

Commit

Permalink
bump to v0.2.9, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
spazquest committed Feb 27, 2016
1 parent fab22d4 commit ff4a3a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.2.9 (February 26, 2016)

* Re-add User-Agent string.
* Set NFS host/guest IP addresses for synced folders of unspecified type
(Vagrant can choose NFS as the default type, which resulted in an
error).
* Don't allow suspending stopped VMs. Don't allow halting suspended VMs
without the --force flag.

# 0.2.8 (February 24, 2016)

* Revert change to User-Agent string, which contained a bug.
Expand All @@ -6,7 +15,7 @@

* Add User-Agent string with the plugin version and Vagrant version.

* Fix bug which coud cause machines to be mapped to the wrong VMs.
* Fix bug which could cause machines to be mapped to the wrong VMs.

# 0.2.6 (February 16, 2016)

Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-skytap/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

module VagrantPlugins
module Skytap
VERSION = "0.2.8"
VERSION = "0.2.9"
end
end

0 comments on commit ff4a3a5

Please sign in to comment.