From 5892f8e6515e066806a021fa832acf77eabed0af Mon Sep 17 00:00:00 2001 From: Mikhail Zholobov Date: Wed, 22 Mar 2023 11:02:44 +0100 Subject: [PATCH] Release v2.3.0 --- CHANGELOG.md | 12 ++++++++++++ lib/vagrant-parallels/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46e157..75f4453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2.3.0 (March 22, 2022) +IMPROVEMENTS: + - Support fetching the VM IP using prlctl + [[GH-434](https://github.com/Parallels/vagrant-parallels/pull/434)]. + - Update gem dependensies and support Ruby 3.0 + [[GH-437](https://github.com/Parallels/vagrant-parallels/pull/437)], + [[GH-439](https://github.com/Parallels/vagrant-parallels/pull/439)]. + +BUG FIXES: + - Fixes SSH access to `.macvm` VMs on Macs with Apple M-series chip + [[GH-435](https://github.com/Parallels/vagrant-parallels/issues/435)] + ## 2.2.6 (December 19, 2022) BUG FIXES: - Fix the macOS VMs support on ARM-based Mac diff --git a/lib/vagrant-parallels/version.rb b/lib/vagrant-parallels/version.rb index 365112b..5800220 100644 --- a/lib/vagrant-parallels/version.rb +++ b/lib/vagrant-parallels/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Parallels - VERSION = '2.2.6' + VERSION = '2.3.0' end end