From 1a28e24a46bba328a732b1640ebb3ba47f4faa6f Mon Sep 17 00:00:00 2001 From: Mikhail Zholobov Date: Tue, 27 Oct 2020 20:22:11 +0100 Subject: [PATCH] Bump version to 2.1.0 --- CHANGELOG.md | 9 +++++++++ lib/vagrant-parallels/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa9a8ec..01ef7529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.1.0 (November 25, 2020) +BUG FIXES: + - Fixed the private network adapter workflow on macOS 11.0 Big Sur + [[GH-371](https://github.com/Parallels/vagrant-parallels/pull/371)] + - Fixed the concurrency issue with box unregister in multi-vm environment + [[GH-370](https://github.com/Parallels/vagrant-parallels/pull/370)] + - Fixed the `vagrant package` with custom `Vagrantfile` + [[GH-368](https://github.com/Parallels/vagrant-parallels/pull/368)] + ## 2.0.1 (April 23, 2019) BUG FIXES: - Fixed the error message for host-only network collision diff --git a/lib/vagrant-parallels/version.rb b/lib/vagrant-parallels/version.rb index a877af36..4ae2b389 100644 --- a/lib/vagrant-parallels/version.rb +++ b/lib/vagrant-parallels/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Parallels - VERSION = '2.0.1' + VERSION = '2.1.0' end end