Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Mar 22, 2023
1 parent 5faf02d commit 5892f8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.6'
VERSION = '2.3.0'
end
end

0 comments on commit 5892f8e

Please sign in to comment.