Skip to content

Commit 738b330

Browse files
committed
Bump version to 3.4.12 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 0bc64aa commit 738b330

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
<!-- latest_release 3.4.11 -->
2-
## [v3.4.11](https://github.com/inspec/train/tree/v3.4.11) (2021-02-16)
1+
<!-- latest_release 3.4.12 -->
2+
## [v3.4.12](https://github.com/inspec/train/tree/v3.4.12) (2021-02-16)
33

44
#### Merged Pull Requests
5-
- Upgrade dependabot configs from v1 to v2 [#665](https://github.com/inspec/train/pull/665) ([jlosito](https://github.com/jlosito))
5+
- 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]))
66
<!-- latest_release -->
77

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

1111
#### Merged Pull Requests
12+
- 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 -->
1213
- Upgrade dependabot configs from v1 to v2 [#665](https://github.com/inspec/train/pull/665) ([jlosito](https://github.com/jlosito)) <!-- 3.4.11 -->
1314
- 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 -->
1415
<!-- release_rollup -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.11
1+
3.4.12

lib/train/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Author:: Dominik Richter (<dominik.richter@gmail.com>)
33

44
module Train
5-
VERSION = "3.4.11".freeze
5+
VERSION = "3.4.12".freeze
66
end

0 commit comments

Comments
 (0)