diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab207553..cde28fd8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.18.54](https://github.com/inspec/inspec/tree/v4.18.54) (2019-12-17) + +## [v4.18.55](https://github.com/inspec/inspec/tree/v4.18.55) (2019-12-31) #### Merged Pull Requests -- Add suport for freebsd package resource [#4789](https://github.com/inspec/inspec/pull/4789) ([fzipi](https://github.com/fzipi)) +- Set test skip bomb date to end of 2020Q1 [#4819](https://github.com/inspec/inspec/pull/4819) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 4.18.51 release #### Merged Pull Requests +- Set test skip bomb date to end of 2020Q1 [#4819](https://github.com/inspec/inspec/pull/4819) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Add suport for freebsd package resource [#4789](https://github.com/inspec/inspec/pull/4789) ([fzipi](https://github.com/fzipi)) - postfix_conf: Changed supported platform to unix [#4794](https://github.com/inspec/inspec/pull/4794) ([fzipi](https://github.com/fzipi)) - Update Ruby to 2.6.5 [#4796](https://github.com/inspec/inspec/pull/4796) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 6f5266ee5..5f0973e02 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.54 \ No newline at end of file +4.18.55 \ 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 4eff8c891..681e10e7c 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.54".freeze + VERSION = "4.18.55".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index a2a6b0536..758a6c663 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.54".freeze + VERSION = "4.18.55".freeze end