Skip to content

Commit

Permalink
Bump version to 3.4.12 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 Feb 16, 2021
1 parent 0bc64aa commit 738b330
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,14 +1,15 @@
<!-- latest_release 3.4.11 -->
## [v3.4.11](https://github.com/inspec/train/tree/v3.4.11) (2021-02-16)
<!-- latest_release 3.4.12 -->
## [v3.4.12](https://github.com/inspec/train/tree/v3.4.12) (2021-02-16)

#### Merged Pull Requests
- Upgrade dependabot configs from v1 to v2 [#665](https://github.com/inspec/train/pull/665) ([jlosito](https://github.com/jlosito))
- Update chefstyle requirement from 1.6.1 to 1.6.2 [#663](https://github.com/inspec/train/pull/663) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update chefstyle requirement from 1.6.1 to 1.6.2 [#663](https://github.com/inspec/train/pull/663) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.4.12 -->
- Upgrade dependabot configs from v1 to v2 [#665](https://github.com/inspec/train/pull/665) ([jlosito](https://github.com/jlosito)) <!-- 3.4.11 -->
- Update chefstyle requirement from 1.5.9 to 1.6.1 [#661](https://github.com/inspec/train/pull/661) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.4.10 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.11
3.4.12
2 changes: 1 addition & 1 deletion lib/train/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Author:: Dominik Richter (<dominik.richter@gmail.com>)

module Train
VERSION = "3.4.11".freeze
VERSION = "3.4.12".freeze
end

0 comments on commit 738b330

Please sign in to comment.