From da6299494117012738d628fccc789782cc5b8dfc Mon Sep 17 00:00:00 2001
From: Mikhail Zholobov <legal90@gmail.com>
Date: Wed, 3 Mar 2021 20:11:05 +0100
Subject: [PATCH] Bump version to 2.2.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 01ef752..21373b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 2.2.0 (March 3, 2021)
+IMPROVEMENTS:
+  - Mount shared folders after manual VM reboot
+  [[GH-377](https://github.com/Parallels/vagrant-parallels/pull/377)]
+
+BUG FIXES:
+  - Fixed mount of shared folders with non-ASCII symbols in the name
+  [[GH-290](https://github.com/Parallels/vagrant-parallels/issues/290)]
+
 ## 2.1.0 (November 25, 2020)
 BUG FIXES:
   - Fixed the private network adapter workflow on macOS 11.0 Big Sur
diff --git a/lib/vagrant-parallels/version.rb b/lib/vagrant-parallels/version.rb
index 4ae2b38..b162567 100644
--- a/lib/vagrant-parallels/version.rb
+++ b/lib/vagrant-parallels/version.rb
@@ -1,5 +1,5 @@
 module VagrantPlugins
   module Parallels
-    VERSION = '2.1.0'
+    VERSION = '2.2.0'
   end
 end