We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6698aec commit 533af4eCopy full SHA for 533af4e
CHANGELOG
@@ -1,6 +1,22 @@
1
vagrant-pe_build
2
================
3
4
+0.19.2
5
+------
6
+
7
+2019-09-05
8
9
+This is a backwards compatible bugfix release.
10
11
+ * Add support for PE 2019.1.1
12
13
+ * Add support for PE 2019.0.4
14
15
+ * Add support for PE 2018.1.9
16
17
+ * Add test coverage for Vagrant 2.2.5
18
19
20
0.19.1
21
------
22
lib/pe_build/version.rb
@@ -1,3 +1,3 @@
module PEBuild
- VERSION = '0.19.1'.freeze
+ VERSION = '0.19.2'.freeze
end
0 commit comments