diff --git a/CHANGELOG.md b/CHANGELOG.md index f35d4b2d9..2abe00585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.18.32](https://github.com/inspec/inspec/tree/v4.18.32) (2019-11-12) + +## [v4.18.33](https://github.com/inspec/inspec/tree/v4.18.33) (2019-11-12) #### Merged Pull Requests -- Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider)) +- Deprecate inspec/object/* classes [#4680](https://github.com/inspec/inspec/pull/4680) ([btm](https://github.com/btm)) @@ -17,6 +17,7 @@ - Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) #### Merged Pull Requests +- Deprecate inspec/object/* classes [#4680](https://github.com/inspec/inspec/pull/4680) ([btm](https://github.com/btm)) - Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider)) - Bump chefstyle and fix up flagged code. [#4677](https://github.com/inspec/inspec/pull/4677) ([zenspider](https://github.com/zenspider)) - Revamp www/doco setup [#4674](https://github.com/inspec/inspec/pull/4674) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index 05bf5ef09..57619469d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.32 \ No newline at end of file +4.18.33 \ 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 f0a2a79d0..6857f4a6b 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.18.32".freeze + VERSION = "4.18.33".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 98997b9e2..0a52dfe03 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.32".freeze + VERSION = "4.18.33".freeze end