diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e926204..9a38d13ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v3.0.62](https://github.com/inspec/inspec/tree/v3.0.62) (2018-12-04) + +#### Enhancements +- Further slim the files we ship in the gem artifact [#3647](https://github.com/inspec/inspec/pull/3647) ([tas50](https://github.com/tas50)) - + +### Changes since 3.0.61 release + +#### Enhancements +- Further slim the files we ship in the gem artifact [#3647](https://github.com/inspec/inspec/pull/3647) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 22a2403b5..75c4a80c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.61 \ No newline at end of file +3.0.62 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c4746e2b0..1c709f0db 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.0.61' + VERSION = '3.0.62' end