Skip to content

Commit

Permalink
release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tralamazza committed Dec 17, 2013
1 parent 4d9f455 commit c4f935c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 0.5.0 (unreleased)

# 0.4.1 (December 17, 2013)

* Update fog.io to 1.18.0
* Fix sync folder user permissions (GH #175)
* Fix vagrant < 1.3.0 provisioner compatibility (GH #173)
* Add vagrant 1.4.0 multiple SSH key support (GH #172)
* Fix EIP deallocation bug (GH #164)
* Add (per shared folder) rsync exclude flag (GH #156)

# 0.4.0 (October 11, 2013)

* Handle EIP allocation error (GH #134)
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-aws/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module AWS
VERSION = "0.5.0.dev"
VERSION = "0.4.1"
end
end

0 comments on commit c4f935c

Please sign in to comment.