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:
Chef Expeditor 2018-11-13 18:25:45 +00:00
parent 5739cb2d6b
commit 1f38c1436a
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 9 additions and 6 deletions

View file

@ -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 -->

View file

@ -1 +1 @@
3.0.48
3.0.49

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '3.0.48'
VERSION = '3.0.49'
end