diff --git a/CHANGELOG.md b/CHANGELOG.md index 45298b9fa..c3dab4369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.7.7](https://github.com/inspec/inspec/tree/v3.7.7) (2019-03-13) + +## [v3.7.8](https://github.com/inspec/inspec/tree/v3.7.8) (2019-03-18) #### Enhancements -- Move all gem installation to Gemfile/bundle install [#3860](https://github.com/inspec/inspec/pull/3860) ([lamont-granquist](https://github.com/lamont-granquist)) +- Allow http resource to follow redirects [#3509](https://github.com/inspec/inspec/pull/3509) ([cattywampus](https://github.com/cattywampus)) ### Changes since 3.7.1 release #### Enhancements +- Allow http resource to follow redirects [#3509](https://github.com/inspec/inspec/pull/3509) ([cattywampus](https://github.com/cattywampus)) - Move all gem installation to Gemfile/bundle install [#3860](https://github.com/inspec/inspec/pull/3860) ([lamont-granquist](https://github.com/lamont-granquist)) #### Bug Fixes diff --git a/VERSION b/VERSION index cbbb5eea7..b21f0b76c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.7 \ No newline at end of file +3.7.8 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6af5bc88c..4b3b7e7e5 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.7.7' + VERSION = '3.7.8' end