diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd926d47..8ddbbba79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.18.79](https://github.com/inspec/inspec/tree/v4.18.79) (2020-02-01) + +## [v4.18.80](https://github.com/inspec/inspec/tree/v4.18.80) (2020-02-01) -#### New Features -- Added --inspect option to inspect shell command. [#4864](https://github.com/inspec/inspec/pull/4864) ([zenspider](https://github.com/zenspider)) +#### Merged Pull Requests +- Refactored crontab resource [#4869](https://github.com/inspec/inspec/pull/4869) ([zenspider](https://github.com/zenspider)) @@ -23,6 +23,7 @@ - upstream is basic_auth_only not basic_auth [#4834](https://github.com/inspec/inspec/pull/4834) ([shawnifoley](https://github.com/shawnifoley)) #### Merged Pull Requests +- Refactored crontab resource [#4869](https://github.com/inspec/inspec/pull/4869) ([zenspider](https://github.com/zenspider)) - make command.exist? POSIX conform [#4822](https://github.com/inspec/inspec/pull/4822) ([PiQuer](https://github.com/PiQuer)) - I _think_ this should fix omnibus. [#4880](https://github.com/inspec/inspec/pull/4880) ([zenspider](https://github.com/zenspider)) - I *think* this will fix habitat. [#4877](https://github.com/inspec/inspec/pull/4877) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index 0f3eb35d4..351f5b378 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.79 \ No newline at end of file +4.18.80 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index f80270540..54650b527 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "4.18.79".freeze + VERSION = "4.18.80".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 524079511..501c8b5a0 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.79".freeze + VERSION = "4.18.80".freeze end