Bump version to 3.0.50 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 19:33:22 +00:00
parent 8b089ea1e1
commit a0fd25ba3a
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 3.0.49 -->
## [v3.0.49](https://github.com/inspec/inspec/tree/v3.0.49) (2018-11-13)
<!-- latest_release 3.0.50 -->
## [v3.0.50](https://github.com/inspec/inspec/tree/v3.0.50) (2018-11-13)
#### 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))
- Adding --no-pager to service checks [#3592](https://github.com/inspec/inspec/pull/3592) ([fernandoalex](https://github.com/fernandoalex))
<!-- latest_release -->
<!-- release_rollup since=3.0.46 -->
### Changes since 3.0.46 release
#### Enhancements
- Adding --no-pager to service checks [#3592](https://github.com/inspec/inspec/pull/3592) ([fernandoalex](https://github.com/fernandoalex)) <!-- 3.0.50 -->
- 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 -->

View file

@ -1 +1 @@
3.0.49
3.0.50

View file

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