Skip to content

Commit

Permalink
Bump v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulou committed Jul 31, 2018
1 parent 138ee7b commit dc0d01e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 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.8.0",
"PackageVersion": "1.9.0",
"ConfigVersion": "0.9"
}
13 changes: 9 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Changelog
=========

### To be Released

* [alerts] Add all command to CRUD alerts
* [notifiers] Add the ability to configure email notifiers with custom emails and collaborators
### 1.9.0

* [alerts] Add all command to CRUD alerts #346
* [notifiers] Add the ability to configure email notifiers with custom emails and collaborators #366
* [deployment] Add command to reset deployment cache #358
* [deployment] Fix deploy/deployments-follow log streaming when multiple deployments are running #359
* [update] Add the ability to disable the update checker with the environment variable `DISABLE_UPDATE_CHECKER=true` #361
* [global] Correctly display help when command syntax is not respected #367
* [logs] Bugfix: consider Ctrl^C the default way to stop `logs -f` command, it's not an error #368

### 1.8.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Scalingo-CLI v1.8.0
Scalingo-CLI v1.9.0
===================

This repository contains the command line utility for the public PaaS Scalingo
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0
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.8.0"
var Version = "1.9.0"

0 comments on commit dc0d01e

Please sign in to comment.