Skip to content

Commit f6f5539

Browse files
committed
Bump version to 6.4.80 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent b5fcc14 commit f6f5539

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Change Log
22
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
33

4-
<!-- latest_release unreleased -->
5-
## Unreleased
4+
<!-- latest_release 6.4.80 -->
5+
## [v6.4.80](https://github.com/inspec/inspec/tree/v6.4.80) (2023-11-07)
66

77
#### Merged Pull Requests
8+
- CHEF-6437: Implement different version of `inspec export` [#6816](https://github.com/inspec/inspec/pull/6816) ([ahasunos](https://github.com/ahasunos))
89
- CHEF-3745: Update supported platforms list to include RHEL 9 [#6846](https://github.com/inspec/inspec/pull/6846) ([ahasunos](https://github.com/ahasunos))
910
- CHEF-7281: Remove references to MacOS 10.15 in docs [#6845](https://github.com/inspec/inspec/pull/6845) ([ahasunos](https://github.com/ahasunos))
1011
<!-- latest_release -->
@@ -39,6 +40,7 @@
3940
### Changes since 5.22.13 release
4041

4142
#### Merged Pull Requests
43+
- CHEF-6437: Implement different version of `inspec export` [#6816](https://github.com/inspec/inspec/pull/6816) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.80 -->
4244
- CHEF-3745: Update supported platforms list to include RHEL 9 [#6846](https://github.com/inspec/inspec/pull/6846) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.79 -->
4345
- CHEF-7281: Remove references to MacOS 10.15 in docs [#6845](https://github.com/inspec/inspec/pull/6845) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.79 -->
4446
- Dev docs on profile evaluations and more [#6813](https://github.com/inspec/inspec/pull/6813) ([Nik08](https://github.com/Nik08)) <!-- 6.4.79 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.79
1+
6.4.80

inspec-bin/lib/inspec-bin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file managed by automation - do not edit manually
22
module InspecBin
33
INSPECBIN_ROOT = File.expand_path("..", __dir__)
4-
VERSION = "6.4.79".freeze
4+
VERSION = "6.4.80".freeze
55
end

lib/inspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Inspec
2-
VERSION = "6.4.79".freeze
2+
VERSION = "6.4.80".freeze
33
end

0 commit comments

Comments
 (0)