Skip to content

Commit

Permalink
Update CHANGELOG and version.rb for 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpie committed Jun 5, 2019
1 parent a38eaab commit b0f924b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
------

Expand All @@ -21,7 +33,6 @@ This is a backwards compatible feature release.
* Add support for PE 2018.1.8



0.18.2
------

Expand Down
2 changes: 1 addition & 1 deletion lib/pe_build/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PEBuild
VERSION = '0.19.0'.freeze
VERSION = '0.19.1'.freeze
end

0 comments on commit b0f924b

Please sign in to comment.