Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Nov 25, 2020
1 parent ba0c06f commit 1a28e24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.1.0 (November 25, 2020)
BUG FIXES:
- Fixed the private network adapter workflow on macOS 11.0 Big Sur
[[GH-371](https://github.com/Parallels/vagrant-parallels/pull/371)]
- Fixed the concurrency issue with box unregister in multi-vm environment
[[GH-370](https://github.com/Parallels/vagrant-parallels/pull/370)]
- Fixed the `vagrant package` with custom `Vagrantfile`
[[GH-368](https://github.com/Parallels/vagrant-parallels/pull/368)]

## 2.0.1 (April 23, 2019)
BUG FIXES:
- Fixed the error message for host-only network collision
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.0.1'
VERSION = '2.1.0'
end
end

0 comments on commit 1a28e24

Please sign in to comment.