From 8cabe92e2884527763d73307279807ba9c5692ec Mon Sep 17 00:00:00 2001 From: Mikhail Zholobov Date: Mon, 22 May 2023 10:16:16 +0200 Subject: [PATCH] Release v2.4.0 --- CHANGELOG.md | 13 +++++++++++-- lib/vagrant-parallels/version.rb | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c00fcd..018bd11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)]. diff --git a/lib/vagrant-parallels/version.rb b/lib/vagrant-parallels/version.rb index a16947a..2982232 100644 --- a/lib/vagrant-parallels/version.rb +++ b/lib/vagrant-parallels/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Parallels - VERSION = '2.3.1' + VERSION = '2.4.0' end end