From 36cf853ee5ae397b592665d6b61b37ab4785481d Mon Sep 17 00:00:00 2001 From: Soulou Date: Tue, 22 Aug 2017 17:35:16 +0200 Subject: [PATCH] Bump 1.6.0 --- .goxc.json | 2 +- CHANGELOG | 20 ++++++++++++++++++++ VERSION | 2 +- config/version.go | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.goxc.json b/.goxc.json index d85029243..d46329ad0 100644 --- a/.goxc.json +++ b/.goxc.json @@ -7,6 +7,6 @@ "Include": "INSTALL*,README.md,LICENSE*", "Exclude": "*.go" }, - "PackageVersion": "1.5.0", + "PackageVersion": "1.6.0", "ConfigVersion": "0.9" } diff --git a/CHANGELOG b/CHANGELOG index 030653f0b..c12aba467 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,26 @@ Changelog ========= +### v1.6.0 + +* [Mongo Console] Add replicaset support to correctly connect to them #306 +* [Notificatiers] Add Notifiers related commands #303 #301 #297 #296: + +``` + notifiers List your notifiers + notifiers-details Show details of your notifiers + notifiers-add Add a notifier for your application + notifiers-update Update a notifier + notifiers-remove Remove an existing notifier from your app +``` + +* [Notifications] Feature removed, replaced by notifiers, all the notifications have been migrated to notifiers #307 +* [Internals] Migrate to original `urfave/cli` instead of using our own fork of the library #290 +* [Update] Add timeout in update checking to avoid the CLI to freeze when GitHub is down for instance #274 +* [Auth] When authentication file is corrupted, recreate a new one instead of crashing #283 +* [Logs-archive] Logs archives are now listable and downloadable from the CLI #289 +* [Logs] Lines are now colored according to the source of the line #286 + ### v1.5.1 * [Feature] Authenticate your request using the environment by using the environment variable `SCALINGO_API_TOKEN` #291 diff --git a/VERSION b/VERSION index bc80560fa..dc1e644a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/config/version.go b/config/version.go index 9c8709dfb..305737dbc 100644 --- a/config/version.go +++ b/config/version.go @@ -1,3 +1,3 @@ package config -var Version = "1.5.0" +var Version = "1.6.0"