From d013ac1e47b11a7f0ee37691e6d42e427e40e0d6 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 23 Jan 2020 18:09:12 +0000 Subject: [PATCH] Bump version to 4.18.63 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 11 +++++++---- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0415521a..e6ae88309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v4.18.62](https://github.com/inspec/inspec/tree/v4.18.62) (2020-01-21) + +## [v4.18.63](https://github.com/inspec/inspec/tree/v4.18.63) (2020-01-23) -#### Merged Pull Requests -- Windows 7 EOL Docs Update [#4841](https://github.com/inspec/inspec/pull/4841) ([mjingle](https://github.com/mjingle)) +#### New Features +- Add: certificate content x509_certificate [#4845](https://github.com/inspec/inspec/pull/4845) ([frezbo](https://github.com/frezbo)) ### Changes since 4.18.51 release +#### New Features +- Add: certificate content x509_certificate [#4845](https://github.com/inspec/inspec/pull/4845) ([frezbo](https://github.com/frezbo)) + #### Bug Fixes - upstream is basic_auth_only not basic_auth [#4834](https://github.com/inspec/inspec/pull/4834) ([shawnifoley](https://github.com/shawnifoley)) diff --git a/VERSION b/VERSION index 0ef597c56..37f7dc80e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.62 \ No newline at end of file +4.18.63 \ 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 b16bbdd81..168c26561 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.62".freeze + VERSION = "4.18.63".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index fb8ea1256..8a7ccb10e 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.62".freeze + VERSION = "4.18.63".freeze end