From 4e28397819dbbfa89ba2f51b4b31153920de67f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Fri, 15 May 2020 16:17:41 +0200 Subject: [PATCH] Bump version 1.17.0 --- .goxc.json | 2 +- CHANGELOG.md | 2 ++ README.md | 10 +++++----- VERSION | 2 +- config/version.go | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.goxc.json b/.goxc.json index 6e31495d9..72aa900bc 100644 --- a/.goxc.json +++ b/.goxc.json @@ -7,6 +7,6 @@ "Include": "INSTALL*,README.md,LICENSE*", "Exclude": "*.go" }, - "PackageVersion": "1.16.8", + "PackageVersion": "1.17.0", "ConfigVersion": "0.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 547df8c69..155d3d911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### To be Released +### 1.17.0 + * Region Migration: Better output for the `migration-follow` command to explain what is happening [#549](https://github.com/Scalingo/cli/pull/549) * Region Migration: Retry if it fails to refresh the migration status [#550](https://github.com/Scalingo/cli/pull/550) * Region Migration: Add instructions to change local Git URL at the end of the migration [#551](https://github.com/Scalingo/cli/pull/551) diff --git a/README.md b/README.md index 5c9634ae7..0bd3a09da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Scalingo-CLI v1.16.8 +# Scalingo-CLI v1.17.0 [![Codeship Status for Scalingo/cli](https://app.codeship.com/projects/d3ee7f70-ac5f-0137-8f24-1ae29f023aca/status?branch=master)](https://app.codeship.com/projects/362207) @@ -54,7 +54,7 @@ USAGE: scalingo [global options] command [command options] [arguments...] VERSION: - 1.16.8 + 1.17.0 AUTHOR: Scalingo Team @@ -236,11 +236,11 @@ And commit these changes: ```bash $ git add . -$ git commit -m "Bump version 1.16.8" +$ git commit -m "Bump version 1.17.0" $ git push origin master ``` -Build the new version for all platforms with: `./dists/make-release.sh -v 1.16.8`. +Build the new version for all platforms with: `./dists/make-release.sh -v 1.17.0`. Tag and release a new version on GitHub [here](https://github.com/Scalingo/cli/releases/new). Attach the zip archives created by the `make-release.sh` script to this release. @@ -254,5 +254,5 @@ scalingo --region agora-fr1 -a cli-download-service restart You can now update the [changelog](https://doc.scalingo.com/changelog) and tweet about it! -> [Changelog] CLI - Release of version 1.16.8 https://cli.scalingo.com - More +> [Changelog] CLI - Release of version 1.17.0 https://cli.scalingo.com - More > news at https://changelog.scalingo.com #cli #paas #changelog #bugfix diff --git a/VERSION b/VERSION index 75b5dfa4d..092afa15d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.8 +1.17.0 diff --git a/config/version.go b/config/version.go index c987d37ae..a13a69b0c 100644 --- a/config/version.go +++ b/config/version.go @@ -1,3 +1,3 @@ package config -var Version = "1.16.8" +var Version = "1.17.0"