mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 3.0.49 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
5739cb2d6b
commit
1f38c1436a
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,14 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 3.0.48 -->
|
||||
## [v3.0.48](https://github.com/inspec/inspec/tree/v3.0.48) (2018-11-08)
|
||||
<!-- latest_release 3.0.49 -->
|
||||
## [v3.0.49](https://github.com/inspec/inspec/tree/v3.0.49) (2018-11-13)
|
||||
|
||||
#### New Features
|
||||
- Add Git SSH and HTTP basic auth support to `inspec exec` [#3562](https://github.com/inspec/inspec/pull/3562) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Enhancements
|
||||
- aws_security_group: Query against other security group ids in allow_* matchers [#3576](https://github.com/inspec/inspec/pull/3576) ([j00p34](https://github.com/j00p34))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.0.46 -->
|
||||
### Changes since 3.0.46 release
|
||||
|
||||
#### Enhancements
|
||||
- aws_security_group: Query against other security group ids in allow_* matchers [#3576](https://github.com/inspec/inspec/pull/3576) ([j00p34](https://github.com/j00p34)) <!-- 3.0.49 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.0.48
|
||||
3.0.49
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.0.48'
|
||||
VERSION = '3.0.49'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue