Skip to content

Commit

Permalink
v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Perez committed Oct 27, 2016
1 parent 8a07b4f commit 361addc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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 windows freebsd netbsd",
"ResourcesExclude": "*.go .goxc-temp",
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "1.10.1",
"PackageVersion": "1.11",
"TaskSettings": {
"bintray": {
"downloadspage": "bintray.md",
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'

## Changelog

### master (unreleased)
### v1.11 (2016-10-27)

* new Compute URL `api.scaleway.com` -> `cp-par1.scaleway.com`
* new TTY URL `tty.scaleway.com/v2` -> `https://tty-par1.scaleway.com/v2`
Expand All @@ -1211,6 +1211,8 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
* `scw image -a -f type=volume` fix unmarshal error on size field
* `scw ps` do not display empty server with --filter

View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.10.1...v1.11)

### v1.10.1 (2016-10-24)

* `scw login` fix CheckCredentials ([418](https://github.com/scaleway/scaleway-cli/issues/418))
Expand Down
2 changes: 1 addition & 1 deletion pkg/scwversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

var (
// VERSION represents the semver version of the package
VERSION = "v1.10.1"
VERSION = "v1.11"

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

0 comments on commit 361addc

Please sign in to comment.