Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.1 #287

Merged
merged 1 commit into from
Apr 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# Change Log

## [1.4.0](https://github.com/chef/train/tree/1.4.0) (2018-04-12)
[Full Changelog](https://github.com/chef/train/compare/v1.3.0...1.4.0)
## [1.4.1](https://github.com/chef/train/tree/1.4.1) (2018-04-19)
[Full Changelog](https://github.com/chef/train/compare/v1.4.0...1.4.1)

**Merged pull requests:**

- Add UUID for Cisco IOS and Nexus devices [\#285](https://github.com/chef/train/pull/285) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Add handling for privileged exec mode [\#284](https://github.com/chef/train/pull/284) ([jerryaldrichiii](https://github.com/jerryaldrichiii))

## [v1.4.0](https://github.com/chef/train/tree/v1.4.0) (2018-04-12)
[Full Changelog](https://github.com/chef/train/compare/v1.3.0...v1.4.0)

**Closed issues:**

- Train reports directories with the archive bit set as files on the windows platform [\#274](https://github.com/chef/train/issues/274)

**Merged pull requests:**

- Release 1.4.0 [\#282](https://github.com/chef/train/pull/282) ([jquick](https://github.com/jquick))
- Add CloudLinux as a detected platform [\#281](https://github.com/chef/train/pull/281) ([tarcinil](https://github.com/tarcinil))
- Move Cisco IOS connection under SSH transport [\#279](https://github.com/chef/train/pull/279) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Initialize FileManager using '@service' [\#278](https://github.com/chef/train/pull/278) ([marcparadise](https://github.com/marcparadise))
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 = '1.4.0'.freeze
VERSION = '1.4.1'.freeze
end