diff --git a/.goxc.json b/.goxc.json index df0a649f..b912d889 100644 --- a/.goxc.json +++ b/.goxc.json @@ -17,7 +17,7 @@ "BuildConstraints": "darwin linux freebsd", "ResourcesExclude": "*.go .goxc-temp", "MainDirsExclude": "vendor,Godeps,testdata", - "PackageVersion": "1.2.0+dev", + "PackageVersion": "1.2.1", "TaskSettings": { "xc": { "GOARM": "5" diff --git a/README.md b/README.md index 2d8e0915..5bbf2619 100644 --- a/README.md +++ b/README.md @@ -185,11 +185,11 @@ More [examples](https://github.com/scaleway/docker-machine-driver-scaleway/tree/ ## Changelog -### master (unreleased) +### v1.2.1 (2016-05-20) * Delete IP only when she has been created by docker-machine -View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.2.0...master) +View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.2.0...v1.2.1) ### v1.2.0 (2016-05-08) diff --git a/driver/scaleway.go b/driver/scaleway.go index 9903bab5..4b0072ea 100644 --- a/driver/scaleway.go +++ b/driver/scaleway.go @@ -22,7 +22,7 @@ import ( const ( // VERSION represents the semver version of the package - VERSION = "v1.2.0+dev" + VERSION = "v1.2.1" defaultImage = "ubuntu-xenial" defaultBootscript = "docker" )