diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9da4593..f5e0eb51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.21.28](https://github.com/inspec/inspec/tree/v5.21.28) (2023-01-24) + +## [v5.21.29](https://github.com/inspec/inspec/tree/v5.21.29) (2023-01-24) #### Merged Pull Requests -- adding new private verify, as this will kick off the expeditor bump v… [#6397](https://github.com/inspec/inspec/pull/6397) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) +- Update copyright year in README, attempt 2 [#6395](https://github.com/inspec/inspec/pull/6395) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 5.18.14 release #### Merged Pull Requests +- Update copyright year in README, attempt 2 [#6395](https://github.com/inspec/inspec/pull/6395) ([clintoncwolfe](https://github.com/clintoncwolfe)) - adding new private verify, as this will kick off the expeditor bump v… [#6397](https://github.com/inspec/inspec/pull/6397) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) - Bump version of omnibus-software [#6385](https://github.com/inspec/inspec/pull/6385) ([Vasu1105](https://github.com/Vasu1105)) - CFINSPEC-542 Bug fix for profiles with dependent profiles [#6377](https://github.com/inspec/inspec/pull/6377) ([Nik08](https://github.com/Nik08)) diff --git a/VERSION b/VERSION index e1496c506..cbedb5e51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.21.28 \ No newline at end of file +5.21.29 \ 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 da2e877e2..8b7488691 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.21.28".freeze + VERSION = "5.21.29".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index fb6c9353e..ef0b90eda 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.21.28".freeze + VERSION = "5.21.29".freeze end