Skip to content

Commit

Permalink
Update changelog and version for 0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ju2wheels committed Mar 5, 2015
1 parent e7c6713 commit ff1242d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 0.4.1 (UNRELEASED)
## 0.4.1 (March 5, 2015)
BUG FIXES:
- Fix syntax errors in spec and pin rpsec versioning
- Fix incorrect filter on VLANs contrib tool causing it to not list all available VLANs
- Pin softlayer_api version to >= 3.0.1 to fix bug in wait_until_ready

## 0.4.0 (October 1, 2014)
ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-softlayer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module SoftLayer
VERSION = "0.4.1.dev"
VERSION = "0.4.1"
end
end
2 changes: 1 addition & 1 deletion vagrant-softlayer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_path = "lib"

spec.add_dependency "softlayer_api", "~> 3.0"
spec.add_dependency "softlayer_api", "~> 3.0", ">= 3.0.1"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit ff1242d

Please sign in to comment.