Skip to content

Commit 5892f8e

Browse files
committed
Release v2.3.0
1 parent 5faf02d commit 5892f8e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.3.0 (March 22, 2022)
2+
IMPROVEMENTS:
3+
- Support fetching the VM IP using prlctl
4+
[[GH-434](https://github.com/Parallels/vagrant-parallels/pull/434)].
5+
- Update gem dependensies and support Ruby 3.0
6+
[[GH-437](https://github.com/Parallels/vagrant-parallels/pull/437)],
7+
[[GH-439](https://github.com/Parallels/vagrant-parallels/pull/439)].
8+
9+
BUG FIXES:
10+
- Fixes SSH access to `.macvm` VMs on Macs with Apple M-series chip
11+
[[GH-435](https://github.com/Parallels/vagrant-parallels/issues/435)]
12+
113
## 2.2.6 (December 19, 2022)
214
BUG FIXES:
315
- Fix the macOS VMs support on ARM-based Mac

lib/vagrant-parallels/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module Parallels
3-
VERSION = '2.2.6'
3+
VERSION = '2.3.0'
44
end
55
end

0 commit comments

Comments
 (0)