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