Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Bump version to 6.4.3 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Apr 25, 2023
1 parent 77b7a8f commit 86a08ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.4.2 -->
## [v6.4.2](https://github.com/inspec/inspec-prime/tree/v6.4.2) (2023-04-12)
<!-- latest_release 6.4.3 -->
## [v6.4.3](https://github.com/inspec/inspec-prime/tree/v6.4.3) (2023-04-25)

#### Merged Pull Requests
- CHEF-52: Add licensing information to help output [#27](https://github.com/inspec/inspec-prime/pull/27) ([ahasunos](https://github.com/ahasunos))
- Remove kitchen group from Gemfile [#31](https://github.com/inspec/inspec-prime/pull/31) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->

<!-- release_rollup since=5.18.14 -->
### Changes since 5.18.14 release

#### Merged Pull Requests
- Remove kitchen group from Gemfile [#31](https://github.com/inspec/inspec-prime/pull/31) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.3 -->
- CHEF-52: Add licensing information to help output [#27](https://github.com/inspec/inspec-prime/pull/27) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.2 -->
- Add command to list license information [#10](https://github.com/inspec/inspec-prime/pull/10) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.1 -->
- Licensing - Integrates Software Entitlement [#13](https://github.com/inspec/inspec-prime/pull/13) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.4.0 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.2
6.4.3
2 changes: 1 addition & 1 deletion inspec-bin/lib/inspec-bin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "6.4.2".freeze
VERSION = "6.4.3".freeze
end
2 changes: 1 addition & 1 deletion lib/inspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Inspec
VERSION = "6.4.2".freeze
VERSION = "6.4.3".freeze
end

0 comments on commit 86a08ba

Please sign in to comment.