diff --git a/CHANGELOG.md b/CHANGELOG.md index e42c2b99a..1fdcef930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.0.49](https://github.com/inspec/inspec/tree/v3.0.49) (2018-11-13) + +## [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)) ### 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)) - 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)) diff --git a/VERSION b/VERSION index 41723828b..48e698941 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.49 \ No newline at end of file +3.0.50 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index e8e854c19..afdf21706 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.0.49' + VERSION = '3.0.50' end