Skip to content

Commit

Permalink
Release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Mar 23, 2023
1 parent 858dd51 commit eb8f2df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.3.1 (March 23, 2022)
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)
IMPROVEMENTS:
- Support fetching the VM IP using prlctl
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.0'
VERSION = '2.3.1'
end
end

0 comments on commit eb8f2df

Please sign in to comment.