Skip to content

Commit

Permalink
Update CHANGELOG and version.rb for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpie committed Jun 1, 2018
1 parent 2815a10 commit e159c54
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
vagrant-auto_network
====================

1.0.3
-----

2018-06-01

This is a backwards compatible bugfix release.

* Add test coverage for Vagrant 2.0 and 2.1.

* Add thread safety and atomic writes to pool storage.

* Deprecated support for Vagrant versions older than 1.8.


1.0.2
-----

Expand Down
2 changes: 1 addition & 1 deletion lib/auto_network/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AutoNetwork
VERSION = '1.0.2'
VERSION = '1.0.3'.freeze
end

0 comments on commit e159c54

Please sign in to comment.