Skip to content

Commit dc18577

Browse files
committed
0.22.0
Signed-off-by: Christoph Hartmann <[email protected]>
1 parent 7cca326 commit dc18577

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

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

3-
## [0.21.1](https://github.com/chef/train/tree/0.21.1) (2016-11-04)
4-
[Full Changelog](https://github.com/chef/train/compare/v0.21.0...0.21.1)
3+
## [0.22.0](https://github.com/chef/train/tree/0.22.0) (2016-11-29)
4+
[Full Changelog](https://github.com/chef/train/compare/v0.21.1...0.22.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Try to use ssh agent if no password or key files have been specified [\#165](https://github.com/chef/train/pull/165) ([alexpop](https://github.com/alexpop))
9+
10+
**Merged pull requests:**
11+
12+
- Add openvms detection [\#159](https://github.com/chef/train/pull/159) ([briandoodyie](https://github.com/briandoodyie))
13+
14+
## [v0.21.1](https://github.com/chef/train/tree/v0.21.1) (2016-11-04)
15+
[Full Changelog](https://github.com/chef/train/compare/v0.21.0...v0.21.1)
516

617
**Closed issues:**
718

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

0 commit comments

Comments
 (0)