Skip to content

Commit 08c36db

Browse files
committed
0.20.0
1 parent 23a5f84 commit 08c36db

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

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

3-
## [0.19.1](https://github.com/chef/train/tree/0.19.1) (2016-09-16)
4-
[Full Changelog](https://github.com/chef/train/compare/v0.19.0...0.19.1)
3+
## [0.20.0](https://github.com/chef/train/tree/0.20.0) (2016-09-21)
4+
[Full Changelog](https://github.com/chef/train/compare/v0.19.1...0.20.0)
5+
6+
**Fixed bugs:**
7+
8+
- get `Preparing modules for first use.` when I use train on Windows [\#153](https://github.com/chef/train/issues/153)
9+
10+
**Merged pull requests:**
11+
12+
- `Preparing modules for first use.` error message on Windows [\#152](https://github.com/chef/train/pull/152) ([chris-rock](https://github.com/chris-rock))
13+
- Convert `wmic` architecture to a normal standard [\#151](https://github.com/chef/train/pull/151) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
14+
- Login shell [\#149](https://github.com/chef/train/pull/149) ([jonathanmorley](https://github.com/jonathanmorley))
15+
16+
## [v0.19.1](https://github.com/chef/train/tree/v0.19.1) (2016-09-16)
17+
[Full Changelog](https://github.com/chef/train/compare/v0.19.0...v0.19.1)
518

619
**Implemented enhancements:**
720

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

0 commit comments

Comments
 (0)