We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6d2d0d + 12686fd commit cae8309Copy full SHA for cae8309
.travis.yml
@@ -2,6 +2,7 @@ os: linux
2
language: go
3
go:
4
- 1.13.x
5
+ - 1.14.x
6
- tip
7
env:
8
- GO111MODULE=on
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
-## v0.1.0 (2020-03-20)
+## v1.0.1 (2020-06-16)
+### Dependencies
+* GoVultr 0.3.1 -> 0.4.2 [#11](https://github.com/vultr/docker-machine-driver-vultr/pull/11)
+* Testify 1.5.1 -> 1.6.1 [#12](https://github.com/vultr/docker-machine-driver-vultr/pull/12)
+
+## v1.0.0 (2020-03-20)
9
### Features
10
* Initial tagged release
0 commit comments