Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed May 22, 2023
1 parent 22fc1b2 commit 8cabe92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## 2.3.1 (March 23, 2022)
## 2.4.0 (May 22, 2023)
IMPROVEMENTS:
- Implement shared folder support for `.macvm` VMs
[[GH-448](https://github.com/Parallels/vagrant-parallels/pull/448)]

BUG FIXES:
- Fix shared folder mount error on `.macvm` VMs
[[GH-445](https://github.com/Parallels/vagrant-parallels/pull/445)]

## 2.3.1 (March 23, 2023)
BUG FIXES:
- Fix the detection of VM IP. Wait for the IP to become available to
avoid connection issues and Vagrant warnings.
[[GH-440](https://github.com/Parallels/vagrant-parallels/issues/440)]

## 2.3.0 (March 22, 2022)
## 2.3.0 (March 22, 2023)
IMPROVEMENTS:
- Support fetching the VM IP using prlctl
[[GH-434](https://github.com/Parallels/vagrant-parallels/pull/434)].
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.3.1'
VERSION = '2.4.0'
end
end

0 comments on commit 8cabe92

Please sign in to comment.