Skip to content

Commit fe75faa

Browse files
committed
0.18.0
1 parent af715bd commit fe75faa

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.17.0](https://github.com/chef/train/tree/0.17.0) (2016-08-19)
4-
[Full Changelog](https://github.com/chef/train/compare/v0.16.0...0.17.0)
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)
5+
6+
**Merged pull requests:**
7+
8+
- Allow JSON 2.0 on Ruby 2.2 and above [\#144](https://github.com/chef/train/pull/144) ([jkeiser](https://github.com/jkeiser))
9+
- Enable Ruby 2.3 in Travis, make it default suite [\#143](https://github.com/chef/train/pull/143) ([jkeiser](https://github.com/jkeiser))
10+
- Add the darwin platform family [\#141](https://github.com/chef/train/pull/141) ([tas50](https://github.com/tas50))
11+
- update integration test dependencies [\#139](https://github.com/chef/train/pull/139) ([tas50](https://github.com/tas50))
12+
- Add badges to the readme [\#138](https://github.com/chef/train/pull/138) ([tas50](https://github.com/tas50))
13+
- use --decode on base64 command to maintain compatibility with Darwin. [\#137](https://github.com/chef/train/pull/137) ([thomascate](https://github.com/thomascate))
14+
15+
## [v0.17.0](https://github.com/chef/train/tree/v0.17.0) (2016-08-19)
16+
[Full Changelog](https://github.com/chef/train/compare/v0.16.0...v0.17.0)
517

618
**Implemented enhancements:**
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.17.0'.freeze
6+
VERSION = '0.18.0'.freeze
77
end

0 commit comments

Comments
 (0)