From a9e27dfc7f408c202d8275b665e9b625a2d1441f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Tue, 30 Mar 2021 15:36:02 +0200 Subject: [PATCH] Bump v4.13.0 --- CHANGELOG.md | 2 ++ README.md | 10 +++++----- version.go | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67068775..bdf46acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## To Be Released +## 4.13.0 + * feat(domain): add SSL status [#207](https://github.com/Scalingo/go-scalingo/pull/207) * feat: add user agent to auth and DB API requests [#206](https://github.com/Scalingo/go-scalingo/pull/206) * feat(event): add support for notifier events [#205](https://github.com/Scalingo/go-scalingo/pull/205) diff --git a/README.md b/README.md index d86b0912..8c5d903b 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.12.0 +# Go client for Scalingo API v4.13.0 This repository is the Go client for the [Scalingo APIs](https://developers.scalingo.com/). @@ -78,10 +78,10 @@ Commit, tag and create a new release: ```sh git add CHANGELOG.md README.md version.go -git commit -m "Bump v4.12.0" -git tag v4.12.0 -git push origin master v4.12.0 -hub release create v4.12.0 +git commit -m "Bump v4.13.0" +git tag v4.13.0 +git push origin master v4.13.0 +hub release create v4.13.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 528126e4..563bb775 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package scalingo -var Version = "4.12.0" +var Version = "4.13.0"