diff --git a/CHANGELOG.md b/CHANGELOG.md index 693b987a0..2bab6a677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.7.8](https://github.com/inspec/inspec/tree/v4.7.8) (2019-07-12) + +## [v4.7.9](https://github.com/inspec/inspec/tree/v4.7.9) (2019-07-15) #### Merged Pull Requests -- Push back test time limit by one month [#4293](https://github.com/inspec/inspec/pull/4293) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Updating Maintainers [#4287](https://github.com/inspec/inspec/pull/4287) ([kekaichinose](https://github.com/kekaichinose)) ### Changes since 4.7.3 release #### Merged Pull Requests +- Updating Maintainers [#4287](https://github.com/inspec/inspec/pull/4287) ([kekaichinose](https://github.com/kekaichinose)) - Push back test time limit by one month [#4293](https://github.com/inspec/inspec/pull/4293) ([clintoncwolfe](https://github.com/clintoncwolfe)) - chefstyle -a [#4276](https://github.com/inspec/inspec/pull/4276) ([miah](https://github.com/miah)) - Put buildkite verify commands into a bash script [#4284](https://github.com/inspec/inspec/pull/4284) ([miah](https://github.com/miah)) diff --git a/VERSION b/VERSION index f78c2202b..b5e4d3d27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.7.8 \ No newline at end of file +4.7.9 \ 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 e08ce8d1b..b675dbe40 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.7.8".freeze + VERSION = "4.7.9".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 801ef5cff..c8fd95da1 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.7.8".freeze + VERSION = "4.7.9".freeze end