Bump version to 2.2.44 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-07-25 19:57:27 +00:00
parent fb0a8989db
commit c647ac9469
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.43 -->
## [v2.2.43](https://github.com/inspec/inspec/tree/v2.2.43) (2018-07-25)
<!-- latest_release 2.2.44 -->
## [v2.2.44](https://github.com/inspec/inspec/tree/v2.2.44) (2018-07-25)
#### Merged Pull Requests
- Fix the unit tests ssl issue [#3251](https://github.com/inspec/inspec/pull/3251) ([jquick](https://github.com/jquick))
#### Enhancements
- Add extra fault checking to git fetcher [#3239](https://github.com/inspec/inspec/pull/3239) ([james-stocks](https://github.com/james-stocks))
<!-- latest_release -->
<!-- release_rollup since=2.2.41 -->
### Changes since 2.2.41 release
#### Enhancements
- Add extra fault checking to git fetcher [#3239](https://github.com/inspec/inspec/pull/3239) ([james-stocks](https://github.com/james-stocks)) <!-- 2.2.44 -->
#### Merged Pull Requests
- Fix the unit tests ssl issue [#3251](https://github.com/inspec/inspec/pull/3251) ([jquick](https://github.com/jquick)) <!-- 2.2.43 -->
- update README.md to fix travis and appveyor&#39;s badges. [#3244](https://github.com/inspec/inspec/pull/3244) ([takahashim](https://github.com/takahashim)) <!-- 2.2.42 -->

View file

@ -1 +1 @@
2.2.43
2.2.44

View file

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