From 7ae4772609136ecb6ec4cf530df6c5c49f178eff Mon Sep 17 00:00:00 2001 From: Jared Quick Date: Thu, 26 Apr 2018 15:13:23 -0400 Subject: [PATCH] Release 1.4.2 (#290) Signed-off-by: Jared Quick --- CHANGELOG.md | 12 ++++++++++-- lib/train/version.rb | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88707803..20fac105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/lib/train/version.rb b/lib/train/version.rb index 6753d767..423826a0 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = '1.4.1'.freeze + VERSION = '1.4.2'.freeze end