Skip to content

Commit

Permalink
Bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Jul 14, 2021
1 parent a752b4d commit 85f1d76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-parallels/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Parallels
VERSION = '2.2.2'
VERSION = '2.2.3'
end
end

0 comments on commit 85f1d76

Please sign in to comment.