Skip to content

Commit

Permalink
Bump version to 0.2.43 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 May 29, 2024
1 parent 49eae14 commit 7f44fbb
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.42 -->
## [v0.2.42](https://github.com/inspec/train-aws/tree/v0.2.42) (2024-01-08)
<!-- latest_release 0.2.43 -->
## [v0.2.43](https://github.com/inspec/train-aws/tree/v0.2.43) (2024-05-29)

#### Merged Pull Requests
- CHEF-7501 Configures SonarQube for code coverage analysis [#551](https://github.com/inspec/train-aws/pull/551) ([Vasu1105](https://github.com/Vasu1105))
- Remove chef-utils dependency added for Ruby 2.5 [#580](https://github.com/inspec/train-aws/pull/580) ([Vasu1105](https://github.com/Vasu1105))
<!-- 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
- Remove chef-utils dependency added for Ruby 2.5 [#580](https://github.com/inspec/train-aws/pull/580) ([Vasu1105](https://github.com/Vasu1105)) <!-- 0.2.43 -->
- CHEF-7501 Configures SonarQube for code coverage analysis [#551](https://github.com/inspec/train-aws/pull/551) ([Vasu1105](https://github.com/Vasu1105)) <!-- 0.2.42 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.42
0.2.43
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.42".freeze
VERSION = "0.2.43".freeze
end
end

0 comments on commit 7f44fbb

Please sign in to comment.