Skip to content

Commit

Permalink
Release v0.26.0 (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Leff <adam@leff.co>
  • Loading branch information
adamleff authored Aug 10, 2017
1 parent 711d56d commit 517d354
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# Change Log

## [0.25.0](https://github.com/chef/train/tree/0.25.0) (2017-06-15)
[Full Changelog](https://github.com/chef/train/compare/v0.24.0...0.25.0)
## [0.26.0](https://github.com/chef/train/tree/0.26.0) (2017-08-10)
[Full Changelog](https://github.com/chef/train/compare/v0.25.0...0.26.0)

**Fixed bugs:**

- AIX operating system name is not detected properly [\#181](https://github.com/chef/train/issues/181)

**Closed issues:**

- Add support for ssh-agent to ssh transport [\#129](https://github.com/chef/train/issues/129)

**Merged pull requests:**

- typo - should $g for group instead of doulbe $u [\#185](https://github.com/chef/train/pull/185) ([aklyachkin](https://github.com/aklyachkin))
- update ruby requirements to 2.2 - 2.4 range [\#184](https://github.com/chef/train/pull/184) ([arlimus](https://github.com/arlimus))
- detect operating system name for AIX [\#182](https://github.com/chef/train/pull/182) ([chris-rock](https://github.com/chris-rock))

## [v0.25.0](https://github.com/chef/train/tree/v0.25.0) (2017-06-15)
[Full Changelog](https://github.com/chef/train/compare/v0.24.0...v0.25.0)

**Merged pull requests:**

Expand Down
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 (<dominik.richter@gmail.com>)

module Train
VERSION = '0.25.0'.freeze
VERSION = '0.26.0'.freeze
end

0 comments on commit 517d354

Please sign in to comment.