Skip to content

Commit

Permalink
Bump v1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
john-scalingo committed Sep 1, 2020
1 parent 070c203 commit f9f7c94
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"Include": "INSTALL*,README.md,LICENSE*",
"Exclude": "*.go"
},
"PackageVersion": "1.19.0",
"PackageVersion": "1.19.1",
"ConfigVersion": "0.9"
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

### To be Released

### 1.19.1

* Ask user to end its free trial if asking for automatic deployment of review
apps [#588](https://github.com/Scalingo/cli/pull/588)
* Fetch the SSH Login endpoint from our region metadata
[#592](https://github.com/Scalingo/cli/pull/592)
* Fix a panic when log-drains-remove was launched without any args
[#595](https://github.com/Scalingo/cli/pull/595)
* Add support for ECDSA SSH keys

### 1.19.0

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Scalingo-CLI v1.19.0
# Scalingo-CLI v1.19.1

[![Codeship Status for Scalingo/cli](https://app.codeship.com/projects/d3ee7f70-ac5f-0137-8f24-1ae29f023aca/status?branch=master)](https://app.codeship.com/projects/362207)

Expand Down Expand Up @@ -57,7 +57,7 @@ USAGE:
scalingo [global options] command [command options] [arguments...]
VERSION:
1.19.0
1.19.1
AUTHOR:
Scalingo Team <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.0
1.19.1
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package config

var Version = "1.19.0"
var Version = "1.19.1"

0 comments on commit f9f7c94

Please sign in to comment.