Skip to content

Commit 65ffa88

Browse files
committed
0.19.0
1 parent d3b03b9 commit 65ffa88

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# Change Log
22

3-
## [0.18.0](https://github.com/chef/train/tree/0.18.0) (2016-08-26)
4-
[Full Changelog](https://github.com/chef/train/compare/v0.17.0...0.18.0)
3+
## [0.19.0](https://github.com/chef/train/tree/0.19.0) (2016-09-05)
4+
[Full Changelog](https://github.com/chef/train/compare/v0.18.0...0.19.0)
5+
6+
**Fixed bugs:**
7+
8+
- use stat -c for alpine linux [\#146](https://github.com/chef/train/pull/146) ([chris-rock](https://github.com/chris-rock))
9+
10+
**Merged pull requests:**
11+
12+
- support ruby 2.2.1 [\#145](https://github.com/chef/train/pull/145) ([chris-rock](https://github.com/chris-rock))
13+
- Use winrm v2 implementation [\#122](https://github.com/chef/train/pull/122) ([mwrock](https://github.com/mwrock))
14+
15+
## [v0.18.0](https://github.com/chef/train/tree/v0.18.0) (2016-08-26)
16+
[Full Changelog](https://github.com/chef/train/compare/v0.17.0...v0.18.0)
517

618
**Merged pull requests:**
719

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 = '0.18.0'.freeze
6+
VERSION = '0.19.0'.freeze
77
end

0 commit comments

Comments
 (0)