diff --git a/CHANGELOG.md b/CHANGELOG.md index 410c437fa..89c718be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.7.12](https://github.com/inspec/inspec/tree/v4.7.12) (2019-07-16) + +## [v4.7.13](https://github.com/inspec/inspec/tree/v4.7.13) (2019-07-16) #### Merged Pull Requests -- Enable RHEL 8 packages [#4294](https://github.com/inspec/inspec/pull/4294) ([jaymalasinha](https://github.com/jaymalasinha)) +- Adding inspec-aws to contrib [#4298](https://github.com/inspec/inspec/pull/4298) ([kekaichinose](https://github.com/kekaichinose)) ### Changes since 4.7.3 release #### Merged Pull Requests +- Adding inspec-aws to contrib [#4298](https://github.com/inspec/inspec/pull/4298) ([kekaichinose](https://github.com/kekaichinose)) - Enable RHEL 8 packages [#4294](https://github.com/inspec/inspec/pull/4294) ([jaymalasinha](https://github.com/jaymalasinha)) - Typo in class name (obvious fix) [#4302](https://github.com/inspec/inspec/pull/4302) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) - This should get buildkite green for now. [#4304](https://github.com/inspec/inspec/pull/4304) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index 60416d373..f1fc3dfcc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.7.12 \ No newline at end of file +4.7.13 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index 504c4ec24..c64249459 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "4.7.12".freeze + VERSION = "4.7.13".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c9510e1d0..4b4640a5e 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.7.12".freeze + VERSION = "4.7.13".freeze end