From dc0d01e932778bfa48617234594122e23bb30709 Mon Sep 17 00:00:00 2001 From: Soulou Date: Tue, 31 Jul 2018 18:53:55 +0200 Subject: [PATCH] Bump v1.9.0 --- .goxc.json | 2 +- CHANGELOG | 13 +++++++++---- README.md | 2 +- VERSION | 2 +- config/version.go | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.goxc.json b/.goxc.json index 6d1f332a3..0b9b42cda 100644 --- a/.goxc.json +++ b/.goxc.json @@ -7,6 +7,6 @@ "Include": "INSTALL*,README.md,LICENSE*", "Exclude": "*.go" }, - "PackageVersion": "1.8.0", + "PackageVersion": "1.9.0", "ConfigVersion": "0.9" } diff --git a/CHANGELOG b/CHANGELOG index 064f5c306..caac81c27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index 4c8abc444..8fefa0b3b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/VERSION b/VERSION index 27f9cd322..f8e233b27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/config/version.go b/config/version.go index c8fc896f6..0f9a218af 100644 --- a/config/version.go +++ b/config/version.go @@ -1,3 +1,3 @@ package config -var Version = "1.8.0" +var Version = "1.9.0"