diff --git a/CHANGELOG.md b/CHANGELOG.md index cb20894ce..b510cb3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v4.50.4](https://github.com/inspec/inspec/tree/v4.50.4) (2021-11-20) + +#### Merged Pull Requests +- Fix typos and improve code highlighting in docs [#5692](https://github.com/inspec/inspec/pull/5692) ([tas50](https://github.com/tas50)) - + +### Changes since 4.50.3 release + +#### Merged Pull Requests +- Fix typos and improve code highlighting in docs [#5692](https://github.com/inspec/inspec/pull/5692) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index b27847685..9acf64df4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.50.3 \ No newline at end of file +4.50.4 \ 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 517bab928..60aef0d1b 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.50.3".freeze + VERSION = "4.50.4".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index b0e8e5156..32c562fac 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.50.3".freeze + VERSION = "4.50.4".freeze end