mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.44.9 by Expeditor
This commit is contained in:
parent
f20748c88f
commit
d8aea65849
3 changed files with 12 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,9 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release -->
|
||||
<!-- latest_release 1.44.9 -->
|
||||
## [v1.44.9](https://github.com/chef/inspec/tree/v1.44.9) (2017-11-13)
|
||||
|
||||
#### Bug Fixes
|
||||
- port resource: handle ss output from older iproute package [#2305](https://github.com/chef/inspec/pull/2305) ([Wing924](https://github.com/Wing924))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup -->
|
||||
<!-- release_rollup since=1.44.8 -->
|
||||
### Changes since 1.44.8 release
|
||||
|
||||
#### Bug Fixes
|
||||
- port resource: handle ss output from older iproute package [#2305](https://github.com/chef/inspec/pull/2305) ([Wing924](https://github.com/Wing924)) <!-- 1.44.9 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.44.8
|
||||
1.44.9
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.44.8'.freeze
|
||||
VERSION = '1.44.9'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue