Bump version to 2.2.77 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-08-30 17:04:30 +00:00
parent 34ae5aac40
commit 2f1567284c
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 2.2.76 -->
## [v2.2.76](https://github.com/inspec/inspec/tree/v2.2.76) (2018-08-30)
<!-- latest_release 2.2.77 -->
## [v2.2.77](https://github.com/inspec/inspec/tree/v2.2.77) (2018-08-30)
#### New Features
- Support erb rendering [#3338](https://github.com/inspec/inspec/pull/3338) ([frezbo](https://github.com/frezbo))
- Add HTTP basic auth for URL based inspec deps [#3341](https://github.com/inspec/inspec/pull/3341) ([frezbo](https://github.com/frezbo))
<!-- latest_release -->
<!-- release_rollup since=2.2.70 -->
### Changes since 2.2.70 release
#### New Features
- Add HTTP basic auth for URL based inspec deps [#3341](https://github.com/inspec/inspec/pull/3341) ([frezbo](https://github.com/frezbo)) <!-- 2.2.77 -->
- Support erb rendering [#3338](https://github.com/inspec/inspec/pull/3338) ([frezbo](https://github.com/frezbo)) <!-- 2.2.76 -->
#### Bug Fixes

View file

@ -1 +1 @@
2.2.76
2.2.77

View file

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