diff --git a/CHANGELOG.md b/CHANGELOG.md index bbce4f7..f25d79f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.2.2 (June 23, 2021) +BUG FIXES: + - Fixed shared folder mount on the VM reboot + [[GH-391](https://github.com/Parallels/vagrant-parallels/pull/391)] + ## 2.2.1 (April 14, 2021) BUG FIXES: - Fixed the compatibility with Vagrant 2.2.15 diff --git a/lib/vagrant-parallels/version.rb b/lib/vagrant-parallels/version.rb index 125ae05..ae9d31c 100644 --- a/lib/vagrant-parallels/version.rb +++ b/lib/vagrant-parallels/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Parallels - VERSION = '2.2.1' + VERSION = '2.2.2' end end