Skip to content

Commit e55b706

Browse files
committed
Bump version to 0.2.37 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent c6e316c commit e55b706

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
<!-- latest_release 0.2.36 -->
2-
## [v0.2.36](https://github.com/inspec/train-habitat/tree/v0.2.36) (2021-11-16)
1+
<!-- latest_release 0.2.37 -->
2+
## [v0.2.37](https://github.com/inspec/train-habitat/tree/v0.2.37) (2022-01-06)
33

44
#### Merged Pull Requests
5-
- Update chefstyle requirement from 2.1.2 to 2.1.3 [#71](https://github.com/inspec/train-habitat/pull/71) ([dependabot[bot]](https://github.com/dependabot[bot]))
5+
- Update chefstyle requirement from 2.1.3 to 2.2.0 [#72](https://github.com/inspec/train-habitat/pull/72) ([dependabot[bot]](https://github.com/dependabot[bot]))
66
<!-- latest_release -->
77

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

1111
#### Merged Pull Requests
12+
- Update chefstyle requirement from 2.1.3 to 2.2.0 [#72](https://github.com/inspec/train-habitat/pull/72) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.2.37 -->
1213
- Update chefstyle requirement from 2.1.2 to 2.1.3 [#71](https://github.com/inspec/train-habitat/pull/71) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.2.36 -->
1314
- Update chefstyle requirement from 2.1.0 to 2.1.2 [#70](https://github.com/inspec/train-habitat/pull/70) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.2.35 -->
1415
- Update chefstyle requirement from 2.0.4 to 2.1.0 [#68](https://github.com/inspec/train-habitat/pull/68) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 0.2.34 -->

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.36
1+
0.2.37

lib/train-habitat/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module TrainPlugins
44
module Habitat
5-
VERSION = "0.2.36"
5+
VERSION = "0.2.37"
66
end
77
end

0 commit comments

Comments
 (0)