Skip to content

Commit fdac7eb

Browse files
author
Chef Expeditor
committed
Bump version to 3.2.20 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 76c959f commit fdac7eb

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.2.19 -->
2-
## [v3.2.19](https://github.com/inspec/train/tree/v3.2.19) (2020-02-03)
1+
<!-- latest_release 3.2.20 -->
2+
## [v3.2.20](https://github.com/inspec/train/tree/v3.2.20) (2020-02-06)
33

44
#### Merged Pull Requests
5-
- Improve debugging experience by making platform and connection less noisy. [#565](https://github.com/inspec/train/pull/565) ([zenspider](https://github.com/zenspider))
5+
- Added a blank line to the readme where we needed one. [#567](https://github.com/inspec/train/pull/567) ([zenspider](https://github.com/zenspider))
66
<!-- latest_release -->
77

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

1111
#### Merged Pull Requests
12+
- Added a blank line to the readme where we needed one. [#567](https://github.com/inspec/train/pull/567) ([zenspider](https://github.com/zenspider)) <!-- 3.2.20 -->
1213
- Improve debugging experience by making platform and connection less noisy. [#565](https://github.com/inspec/train/pull/565) ([zenspider](https://github.com/zenspider)) <!-- 3.2.19 -->
1314
- Rebase #339 [#566](https://github.com/inspec/train/pull/566) ([zenspider](https://github.com/zenspider)) <!-- 3.2.18 -->
1415
- Unified gemspec and fixed dependencies across train and train-core. [#563](https://github.com/inspec/train/pull/563) ([zenspider](https://github.com/zenspider)) <!-- 3.2.17 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.19
1+
3.2.20

lib/train/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Author:: Dominik Richter (<[email protected]>)
44

55
module Train
6-
VERSION = "3.2.19".freeze
6+
VERSION = "3.2.20".freeze
77
end

0 commit comments

Comments
 (0)