diff --git a/CHANGELOG.md b/CHANGELOG.md index 9038ab14f..c8cbd4f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.38.2](https://github.com/inspec/inspec/tree/v4.38.2) (2021-06-22) + +## [v4.38.3](https://github.com/inspec/inspec/tree/v4.38.3) (2021-06-23) #### Merged Pull Requests -- Fix relative links [#5556](https://github.com/inspec/inspec/pull/5556) ([IanMadd](https://github.com/IanMadd)) +- Misc updates to the README [#5526](https://github.com/inspec/inspec/pull/5526) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 4.37.30 release #### Merged Pull Requests +- Misc updates to the README [#5526](https://github.com/inspec/inspec/pull/5526) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Fix relative links [#5556](https://github.com/inspec/inspec/pull/5556) ([IanMadd](https://github.com/IanMadd)) - Fix AWS secret key environment variable name in docs [#5566](https://github.com/inspec/inspec/pull/5566) ([sandratiffin](https://github.com/sandratiffin)) - Add support for mongodb_conf resource in InSpec [#5562](https://github.com/inspec/inspec/pull/5562) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index e59bab17d..0a91b4d78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.38.2 \ No newline at end of file +4.38.3 \ 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 4beeb7c6b..18e14821d 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.38.2".freeze + VERSION = "4.38.3".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6aae72436..76afa2e2e 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.38.2".freeze + VERSION = "4.38.3".freeze end