diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b13600c4..2989d3089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.36.7](https://github.com/inspec/inspec/tree/v4.36.7) (2021-05-04) + +## [v4.36.8](https://github.com/inspec/inspec/tree/v4.36.8) (2021-05-04) #### Merged Pull Requests -- Fixes for the integration-resources pipeline [#5501](https://github.com/inspec/inspec/pull/5501) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Fix bad link [#5498](https://github.com/inspec/inspec/pull/5498) ([IanMadd](https://github.com/IanMadd)) @@ -14,6 +14,7 @@ - Reinstate resource testing on supported platforms using Test-Kitchen [#5204](https://github.com/inspec/inspec/pull/5204) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Merged Pull Requests +- Fix bad link [#5498](https://github.com/inspec/inspec/pull/5498) ([IanMadd](https://github.com/IanMadd)) - Fixes for the integration-resources pipeline [#5501](https://github.com/inspec/inspec/pull/5501) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Upgrade to GitHub-native Dependabot [#5488](https://github.com/inspec/inspec/pull/5488) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Make sure we use chef-telemetry 1.0.8+ [#5491](https://github.com/inspec/inspec/pull/5491) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 43d61f72e..e96fe12e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.36.7 \ No newline at end of file +4.36.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 fe2144e0c..23c254e2f 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("..", __dir__) - VERSION = "4.36.7".freeze + VERSION = "4.36.8".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 8208fec85..cdd6d5b1a 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.36.7".freeze + VERSION = "4.36.8".freeze end