Skip to content

Commit

Permalink
Release 1.4.2 (#290)
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Quick <jquick@chef.io>
  • Loading branch information
jquick authored Apr 26, 2018
1 parent 5414790 commit 7ae4772
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Change Log

## [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)
## [1.4.2](https://github.com/chef/train/tree/1.4.2) (2018-04-26)
[Full Changelog](https://github.com/chef/train/compare/v1.4.1...1.4.2)

**Merged pull requests:**

- switched method of determining aws account id to STS [\#286](https://github.com/chef/train/pull/286) ([tkrueger](https://github.com/tkrueger))

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

**Merged pull requests:**

- Release 1.4.1 [\#287](https://github.com/chef/train/pull/287) ([jquick](https://github.com/jquick))
- 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))

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.1'.freeze
VERSION = '1.4.2'.freeze
end

0 comments on commit 7ae4772

Please sign in to comment.