diff --git a/CHANGELOG.md b/CHANGELOG.md index e41cb5696..f6e611db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v6.2.13](https://github.com/inspec/inspec/tree/v6.2.13) (2023-02-24) + +## [v6.2.14](https://github.com/inspec/inspec/tree/v6.2.14) (2023-02-24) #### Merged Pull Requests -- Foreport - 6227 [#6460](https://github.com/inspec/inspec/pull/6460) ([Vasu1105](https://github.com/Vasu1105)) +- Foreport-6274 Bump omnibus-software from `1d540dc` to `7d0e0fe` in /omnibus [#6462](https://github.com/inspec/inspec/pull/6462) ([Vasu1105](https://github.com/Vasu1105)) ### Changes since 5.18.14 release #### Merged Pull Requests +- Foreport-6274 Bump omnibus-software from `1d540dc` to `7d0e0fe` in /omnibus [#6462](https://github.com/inspec/inspec/pull/6462) ([Vasu1105](https://github.com/Vasu1105)) - Foreport - 6227 [#6460](https://github.com/inspec/inspec/pull/6460) ([Vasu1105](https://github.com/Vasu1105)) - Foreport #6239: Sync up the default branch as main [#6455](https://github.com/inspec/inspec/pull/6455) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6304 RESOURCE-527 Add an inspec init template for alicloud [#6432](https://github.com/inspec/inspec/pull/6432) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index 5f69136c6..5e75fa92c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.13 \ No newline at end of file +6.2.14 \ 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 b54f47853..f1cb42e9d 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 = "6.2.13".freeze + VERSION = "6.2.14".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index adfcd046d..b601b49b2 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.2.13".freeze + VERSION = "6.2.14".freeze end