Skip to content

Commit

Permalink
Release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bineesh Nadukkalam committed Oct 16, 2023
1 parent c10beb2 commit 9bf1f9a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 2.4.0 (May 22, 2023)
IMPROVEMENTS:
- use clonefile copy for macvm boxes
[[GH-459](https://github.com/Parallels/vagrant-parallels/pull/459)]

BUG FIXES:
- Bump activesupport from 6.1.7.3 to 6.1.7.5
[[GH-457](https://github.com/Parallels/vagrant-parallels/pull/457)]
- Don't try to call methdods on Nil
[[GH-456](https://github.com/Parallels/vagrant-parallels/pull/456)]
- Add a doc note for releasing a new provider version
[[GH-452](https://github.com/Parallels/vagrant-parallels/pull/452)]
- website: Remove unused images
[[GH-450](https://github.com/Parallels/vagrant-parallels/pull/450)]
- adding macos
[[GH-447](https://github.com/Parallels/vagrant-parallels/pull/447)]

## 2.4.0 (May 22, 2023)
IMPROVEMENTS:
- Implement shared folder support for `.macvm` VMs
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.4.0'
VERSION = '2.4.1'
end
end

0 comments on commit 9bf1f9a

Please sign in to comment.