diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f87ede6..198c42f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,17 @@ # Change Log - -## [v1.34.10](https://github.com/chef/inspec/tree/v1.34.10) (2017-08-31) + +## [v1.35.2](https://github.com/chef/inspec/tree/v1.35.2) (2017-09-03) -#### New Resources -- etc_hosts resource: test the contents of the /etc/hosts file [#2065](https://github.com/chef/inspec/pull/2065) ([dromazmj](https://github.com/dromazmj)) +#### Enhancements +- File Resource: add be_setgid, be_setuid, be_sticky matchers [#2104](https://github.com/chef/inspec/pull/2104) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 1.35.1 release + +#### Enhancements +- File Resource: add be_setgid, be_setuid, be_sticky matchers [#2104](https://github.com/chef/inspec/pull/2104) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 6fa86837a..28afa2fd1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.35.1 \ No newline at end of file +1.35.2 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 8634675fa..6349cc47e 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.35.1'.freeze + VERSION = '1.35.2'.freeze end