diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c58cbeb2..e7c906b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.37.21](https://github.com/inspec/inspec/tree/v4.37.21) (2021-05-31) + +## [v4.37.22](https://github.com/inspec/inspec/tree/v4.37.22) (2021-05-31) #### Merged Pull Requests -- Update inspec init plugin [#5536](https://github.com/inspec/inspec/pull/5536) ([Vasu1105](https://github.com/Vasu1105)) +- Removed support for compliance and a1 server from InSpec compliance [#5534](https://github.com/inspec/inspec/pull/5534) ([Nik08](https://github.com/Nik08)) ### Changes since 4.37.20 release #### Merged Pull Requests +- Removed support for compliance and a1 server from InSpec compliance [#5534](https://github.com/inspec/inspec/pull/5534) ([Nik08](https://github.com/Nik08)) - Update inspec init plugin [#5536](https://github.com/inspec/inspec/pull/5536) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index 29de05a58..4347dbddb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.37.21 \ No newline at end of file +4.37.22 \ 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 d3af37921..5550958d4 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.37.21".freeze + VERSION = "4.37.22".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c3eee18bb..dd00d219d 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.37.21".freeze + VERSION = "4.37.22".freeze end