diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a28521b..c751aff74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.6.7](https://github.com/inspec/inspec/tree/v4.6.7) (2019-06-21) + +## [v4.6.8](https://github.com/inspec/inspec/tree/v4.6.8) (2019-06-22) #### Merged Pull Requests -- Update date on our timebomb. [#4232](https://github.com/inspec/inspec/pull/4232) ([miah](https://github.com/miah)) +- Add .bldr.toml for Linux 2 Habitat builds [#4231](https://github.com/inspec/inspec/pull/4231) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) @@ -14,6 +14,7 @@ - Set the umask on travis in before_install so that file resource permission matcher can be tested [#4223](https://github.com/inspec/inspec/pull/4223) ([zenspider](https://github.com/zenspider)) #### Merged Pull Requests +- Add .bldr.toml for Linux 2 Habitat builds [#4231](https://github.com/inspec/inspec/pull/4231) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) - Update date on our timebomb. [#4232](https://github.com/inspec/inspec/pull/4232) ([miah](https://github.com/miah)) - Allow to switch off the license check for community distributions [#4156](https://github.com/inspec/inspec/pull/4156) ([artem-sidorenko](https://github.com/artem-sidorenko)) diff --git a/VERSION b/VERSION index 16f8758a3..45fc36e8f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.6.7 \ No newline at end of file +4.6.8 \ 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 b9a8f67ae..c68293a58 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.6.7".freeze + VERSION = "4.6.8".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 9b46c9f69..91918414c 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.6.7".freeze + VERSION = "4.6.8".freeze end