Skip to content

Commit 1c760c0

Browse files
Merge pull request #111 from bheuvel/master
Prepare release v1.2.0
2 parents e7770ba + 486355e commit 1c760c0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.2.0 (Sep 4, 2015)
2+
* Add support for disk offering (PR#89)
3+
* Fix bug open file handles on Windows (PR#98)
4+
* Add support for Windows guests (PR#96)
5+
* Automate port forwarding for the Communicator (PR#104)
6+
* Allow setting to open Firewall to specific network (PR#99)
7+
* Make config.vm.box an optional setting in Vagrantfile (PR#105)
8+
19
# 1.1.0 (May 26, 2015)
210
* Allow setting VM private IP in config (PR #73)
311
* Fix several coding style issues (PR #76, #77, #78)

build_rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION=1.1.0
2+
VERSION=1.2.0
33
mkdir -p /tmp/vagrant-cloudstack-build_rpm.$$/vagrant-cloudstack-$VERSION
44
cp -r . /tmp/vagrant-cloudstack-build_rpm.$$/vagrant-cloudstack-$VERSION/
55
tar -C /tmp/vagrant-cloudstack-build_rpm.$$/ -czf ~/rpmbuild/SOURCES/vagrant-cloudstack-$VERSION.tar.gz vagrant-cloudstack-$VERSION

lib/vagrant-cloudstack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module Cloudstack
3-
VERSION = '1.1.0'
3+
VERSION = '1.2.0'
44
end
55
end

0 commit comments

Comments
 (0)