Bump version to 1.49.4 by Expeditor

This commit is contained in:
Chef Expeditor 2018-01-05 20:18:35 +00:00
parent 04859ee01d
commit 971a5a1122
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 1.49.3 -->
## [v1.49.3](https://github.com/chef/inspec/tree/v1.49.3) (2018-01-05)
<!-- latest_release 1.49.4 -->
## [v1.49.4](https://github.com/chef/inspec/tree/v1.49.4) (2018-01-05)
#### Merged Pull Requests
- Fix package manager detection on Arch Linux [#2436](https://github.com/chef/inspec/pull/2436) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Update the inspec support check to warn to stderr. [#2446](https://github.com/chef/inspec/pull/2446) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=1.49.2 -->
### Changes since 1.49.2 release
#### Merged Pull Requests
- Update the inspec support check to warn to stderr. [#2446](https://github.com/chef/inspec/pull/2446) ([jquick](https://github.com/jquick)) <!-- 1.49.4 -->
- Fix package manager detection on Arch Linux [#2436](https://github.com/chef/inspec/pull/2436) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.49.3 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
1.49.3
1.49.4

View file

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