Skip to content

Commit

Permalink
Bump version to 0.2.33 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Jul 4, 2023
1 parent e67eb07 commit c7f58c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- latest_release 0.2.32 -->
## [v0.2.32](https://github.com/inspec/train-aws/tree/v0.2.32) (2023-07-04)
<!-- latest_release 0.2.33 -->
## [v0.2.33](https://github.com/inspec/train-aws/tree/v0.2.33) (2023-07-04)

#### Merged Pull Requests
- Update aws-sdk-organizations requirement from &gt;= 1.17, &lt; 1.60 to &gt;= 1.17, &lt; 1.78 [#467](https://github.com/inspec/train-aws/pull/467) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Update aws-sdk-autoscaling requirement from &gt;= 1.22, &lt; 1.64 to &gt;= 1.22, &lt; 1.93 [#466](https://github.com/inspec/train-aws/pull/466) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->

## [v0.1.1](https://github.com/inspec/train-aws/tree/v0.1.1) (2019-05-21)
Expand All @@ -14,6 +14,7 @@
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Update aws-sdk-autoscaling requirement from &gt;= 1.22, &lt; 1.64 to &gt;= 1.22, &lt; 1.93 [#466](https://github.com/inspec/train-aws/pull/466) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.2.33 -->
- Update aws-sdk-organizations requirement from &gt;= 1.17, &lt; 1.60 to &gt;= 1.17, &lt; 1.78 [#467](https://github.com/inspec/train-aws/pull/467) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.2.32 -->
- Update aws-sdk-cognitoidentityprovider requirement from &gt;= 1.46, &lt; 1.54 to &gt;= 1.46, &lt; 1.77 [#461](https://github.com/inspec/train-aws/pull/461) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.2.31 -->
- Update aws-sdk-cognitoidentity requirement from &gt;= 1.26, &lt; 1.32 to &gt;= 1.26, &lt; 1.46 [#468](https://github.com/inspec/train-aws/pull/468) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.2.30 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.32
0.2.33
2 changes: 1 addition & 1 deletion lib/train-aws/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module TrainPlugins
module Aws
VERSION = "0.2.32".freeze
VERSION = "0.2.33".freeze
end
end

0 comments on commit c7f58c6

Please sign in to comment.