Skip to content

Commit

Permalink
Bump version to 0.1.19 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 Sep 24, 2020
1 parent 07a469e commit f01cb27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
<!-- latest_release -->
<!-- latest_release 0.1.19 -->
## [v0.1.19](https://github.com/inspec/train-aws/tree/v0.1.19) (2020-09-24)

#### Merged Pull Requests
- Add missing SDKs for an up-coming work [#65](https://github.com/inspec/train-aws/pull/65) ([omerdemirok](https://github.com/omerdemirok))
<!-- latest_release -->

## [v0.1.1](https://github.com/inspec/train-aws/tree/v0.1.1) (2019-05-21)

#### Merged Pull Requests
- Update README for ORP [#3](https://github.com/inspec/train-aws/pull/3) ([miah](https://github.com/miah))

<!-- release_rollup -->
<!-- release_rollup since=0.1.18 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Add missing SDKs for an up-coming work [#65](https://github.com/inspec/train-aws/pull/65) ([omerdemirok](https://github.com/omerdemirok)) <!-- 0.1.19 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.18
0.1.19
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.1.18".freeze
VERSION = "0.1.19".freeze
end
end

0 comments on commit f01cb27

Please sign in to comment.