Skip to content

Commit 861d4b4

Browse files
committed
Update CHANGELOG and version.rb for 0.18.1
1 parent 9aaf66a commit 861d4b4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
vagrant-pe_build
22
================
33

4+
0.18.1
5+
------
6+
7+
2019-01-01
8+
9+
This is a backwards compatible bugfix release.
10+
11+
* Add test coverage for Vagrant 2.2
12+
13+
* Add support for 2018.1.5
14+
15+
* Add support for 2019.0.1
16+
17+
* Fixed an issue where Windows agent packages were not downloaded to the
18+
location where the installer expected them.
19+
20+
* Improved logging around failed Windows installations.
21+
22+
423
0.18.0
524
------
625

lib/pe_build/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PEBuild
2-
VERSION = '0.18.0'.freeze
2+
VERSION = '0.18.1'.freeze
33
end

0 commit comments

Comments
 (0)