diff --git a/CHANGELOG.md b/CHANGELOG.md index 736e2005b..7baa7986c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.1.79](https://github.com/chef/inspec/tree/v2.1.79) (2018-05-17) + +## [v2.1.80](https://github.com/chef/inspec/tree/v2.1.80) (2018-05-17) #### Merged Pull Requests -- Add job_uuid passthrough for automate report [#3064](https://github.com/chef/inspec/pull/3064) ([jquick](https://github.com/jquick)) +- Bump train pin [#3065](https://github.com/chef/inspec/pull/3065) ([jquick](https://github.com/jquick)) ### Changes since 2.1.78 release #### Merged Pull Requests +- Bump train pin [#3065](https://github.com/chef/inspec/pull/3065) ([jquick](https://github.com/jquick)) - Add job_uuid passthrough for automate report [#3064](https://github.com/chef/inspec/pull/3064) ([jquick](https://github.com/jquick)) diff --git a/VERSION b/VERSION index d07407115..4bd52a29c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.79 \ No newline at end of file +2.1.80 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 18b82effa..cedf16bfe 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.79' + VERSION = '2.1.80' end