Skip to content

Commit

Permalink
Bump version to 3.2.8 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 Expeditor committed Jan 13, 2020
1 parent 0a94aba commit 17fba4b
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.2.7 -->
## [v3.2.7](https://github.com/inspec/train/tree/v3.2.7) (2019-12-31)
<!-- latest_release 3.2.8 -->
## [v3.2.8](https://github.com/inspec/train/tree/v3.2.8) (2020-01-13)

#### Merged Pull Requests
- allow overriding follow_symlink on Train::File [#550](https://github.com/inspec/train/pull/550) ([miah](https://github.com/miah))
- Fix README typo [#551](https://github.com/inspec/train/pull/551) ([multani](https://github.com/multani))
<!-- latest_release -->

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

#### Merged Pull Requests
- Fix README typo [#551](https://github.com/inspec/train/pull/551) ([multani](https://github.com/multani)) <!-- 3.2.8 -->
- allow overriding follow_symlink on Train::File [#550](https://github.com/inspec/train/pull/550) ([miah](https://github.com/miah)) <!-- 3.2.7 -->
- Substitute require for require_relative [#549](https://github.com/inspec/train/pull/549) ([tas50](https://github.com/tas50)) <!-- 3.2.6 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.7
3.2.8
2 changes: 1 addition & 1 deletion lib/train/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Author:: Dominik Richter (<[email protected]>)

module Train
VERSION = "3.2.7".freeze
VERSION = "3.2.8".freeze
end

0 comments on commit 17fba4b

Please sign in to comment.