Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Perez committed May 20, 2016
1 parent 9c041fc commit b9aae05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion driver/scaleway.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit b9aae05

Please sign in to comment.