diff --git a/CHANGELOG b/CHANGELOG index 9cff8ad..fb2c8e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,18 @@ vagrant-pe_build ================ +0.19.1 +------ + +2019-06-05 + +This is a backwards compatible bugfix release. + + * Fix the pe_agent provisioner to read and use the master's version number + instead of the agent's when determining how to provision and clean up + certificates. + + 0.19.0 ------ @@ -21,7 +33,6 @@ This is a backwards compatible feature release. * Add support for PE 2018.1.8 - 0.18.2 ------ diff --git a/lib/pe_build/version.rb b/lib/pe_build/version.rb index 2cf4f64..b58dc29 100644 --- a/lib/pe_build/version.rb +++ b/lib/pe_build/version.rb @@ -1,3 +1,3 @@ module PEBuild - VERSION = '0.19.0'.freeze + VERSION = '0.19.1'.freeze end