Skip to content

Commit e159c54

Browse files
committed
Update CHANGELOG and version.rb for 1.0.3
1 parent 2815a10 commit e159c54

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
vagrant-auto_network
22
====================
33

4+
1.0.3
5+
-----
6+
7+
2018-06-01
8+
9+
This is a backwards compatible bugfix release.
10+
11+
* Add test coverage for Vagrant 2.0 and 2.1.
12+
13+
* Add thread safety and atomic writes to pool storage.
14+
15+
* Deprecated support for Vagrant versions older than 1.8.
16+
17+
418
1.0.2
519
-----
620

Diff for: lib/auto_network/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AutoNetwork
2-
VERSION = '1.0.2'
2+
VERSION = '1.0.3'.freeze
33
end

0 commit comments

Comments
 (0)