diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f600afd..d64b52a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v5.7.10](https://github.com/inspec/inspec/tree/v5.7.10) (2022-03-17) + +#### Merged Pull Requests +- Update docs makefile [#5927](https://github.com/inspec/inspec/pull/5927) ([IanMadd](https://github.com/IanMadd)) - + +### Changes since 5.7.9 release + +#### Merged Pull Requests +- Update docs makefile [#5927](https://github.com/inspec/inspec/pull/5927) ([IanMadd](https://github.com/IanMadd)) diff --git a/VERSION b/VERSION index ef0ff1640..ca69410c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.9 \ No newline at end of file +5.7.10 \ 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 07d15b347..60c8e8a9a 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 = "5.7.9".freeze + VERSION = "5.7.10".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 562136983..7966c27d8 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.7.9".freeze + VERSION = "5.7.10".freeze end