From b62e711110c48794fed290e2c576807cb0997e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Tue, 16 Feb 2021 18:14:05 +0100 Subject: [PATCH] Bump v4.11.0 --- CHANGELOG.md | 2 ++ README.md | 11 +++++------ version.go | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b94ebfba..2f59be1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## To Be Released +## 4.11.0 + * Add `DeployEvent` structure which represents a deployment stream event sent on the websocket [#200](https://github.com/Scalingo/go-scalingo/pull/200) ## 4.10.0 diff --git a/README.md b/README.md index 590c029a..18f6f3a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [ ![Codeship Status for Scalingo/go-scalingo](https://app.codeship.com/projects/cf518dc0-0034-0136-d6b3-5a0245e77f67/status?branch=master)](https://app.codeship.com/projects/279805) -# Go client for Scalingo API v4.10.0 +# Go client for Scalingo API v4.11.0 This repository is the Go client for the [Scalingo APIs](https://developers.scalingo.com/). @@ -78,11 +78,10 @@ Commit, tag and create a new release: ```sh git add CHANGELOG.md README.md version.go -git commit -m "Bump v4.10.0" -git tag v4.10.0 -git push origin master -git push --tags -hub release create v4.10.0 +git commit -m "Bump v4.11.0" +git tag v4.11.0 +git push origin master v4.11.0 +hub release create v4.11.0 ``` The title of the release should be the version number and the text of the diff --git a/version.go b/version.go index fba7f01a..238fa578 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package scalingo -var Version = "4.10.0" +var Version = "4.11.0"