mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 2.1.44 by Expeditor
This commit is contained in:
parent
1c58202dbc
commit
4931c5ace8
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 2.1.44 -->
|
||||
## [v2.1.44](https://github.com/chef/inspec/tree/v2.1.44) (2018-04-13)
|
||||
|
||||
#### Enhancements
|
||||
- updating output for aws_iam_role to match other AWS resources [#2960](https://github.com/chef/inspec/pull/2960) ([tmonk42](https://github.com/tmonk42))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup -->
|
||||
<!-- release_rollup since=2.1.43 -->
|
||||
### Changes since 2.1.43 release
|
||||
|
||||
#### Enhancements
|
||||
- updating output for aws_iam_role to match other AWS resources [#2960](https://github.com/chef/inspec/pull/2960) ([tmonk42](https://github.com/tmonk42)) <!-- 2.1.44 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.43
|
||||
2.1.44
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.43'
|
||||
VERSION = '2.1.44'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue