Skip to content

Commit b9aae05

Browse files
author
Quentin Perez
committed
v1.2.1
1 parent 9c041fc commit b9aae05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"BuildConstraints": "darwin linux freebsd",
1818
"ResourcesExclude": "*.go .goxc-temp",
1919
"MainDirsExclude": "vendor,Godeps,testdata",
20-
"PackageVersion": "1.2.0+dev",
20+
"PackageVersion": "1.2.1",
2121
"TaskSettings": {
2222
"xc": {
2323
"GOARM": "5"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ More [examples](https://github.com/scaleway/docker-machine-driver-scaleway/tree/
185185

186186
## Changelog
187187

188-
### master (unreleased)
188+
### v1.2.1 (2016-05-20)
189189

190190
* Delete IP only when she has been created by docker-machine
191191

192-
View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.2.0...master)
192+
View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.2.0...v1.2.1)
193193

194194
### v1.2.0 (2016-05-08)
195195

driver/scaleway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
const (
2424
// VERSION represents the semver version of the package
25-
VERSION = "v1.2.0+dev"
25+
VERSION = "v1.2.1"
2626
defaultImage = "ubuntu-xenial"
2727
defaultBootscript = "docker"
2828
)

0 commit comments

Comments
 (0)