Skip to content

Commit 3c4d57d

Browse files
committed
Release v1.15
1 parent fadf49e commit 3c4d57d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,12 +1212,15 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
12121212

12131213
## Changelog
12141214

1215-
### v1.14+dev (unreleased)
1215+
### v1.15 (2018-04-12)
12161216

1217-
This is the current development version. Update below with your changes. Remove
1218-
this line when releasing the package.
1217+
* Fix typo
1218+
* Fix `WaitForServerReady` with IPv6
1219+
* Fix bash completion
1220+
* Switch from godep to govendor
1221+
* Remove check that the current token is returned on a GET of all tokens.
12191222

1220-
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.14...master)
1223+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.14...v1.15)
12211224

12221225
### v1.14 (2017-07-18)
12231226

pkg/scwversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var (
66
// VERSION represents the semver version of the package
7-
VERSION = "v1.14+dev"
7+
VERSION = "v1.15"
88

99
// GITCOMMIT represents the git commit hash of the package, it is configured at build time
1010
GITCOMMIT string

0 commit comments

Comments
 (0)