Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Version 1.3.3 to update AWS SDK to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semifocused committed Feb 4, 2024
1 parent 8ecb0ab commit 3ceedac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.3.3

**3 February 2024**

Enhancements:

* upgrade to AWS SDK v3.2.0

## 1.3.2

**6 January 2016**
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-s3auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module S3Auth
VERSION = '1.3.2'.freeze
VERSION = '1.3.3'.freeze
end
end
2 changes: 1 addition & 1 deletion vagrant-s3auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(/spec/)
spec.require_paths = ['lib']

spec.add_dependency 'aws-sdk', '~> 2.6.44'
spec.add_dependency 'aws-sdk', '~> 3.2.0'

spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'http', '~> 1.0.2'
Expand Down

0 comments on commit 3ceedac

Please sign in to comment.