From 04f76975e6d755efdaa587d270f15f860eb29bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Thu, 2 Sep 2021 11:02:20 +0200 Subject: [PATCH] Bump v4.14.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 02bc3941..fce88d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## To Be Released +## 4.14.0 + * fix(apps): typo on the `UpdatedAt` field of the Apps [#220](https://github.com/Scalingo/go-scalingo/pull/220) * fix(token): correctly deserialize the `ID` [#222](https://github.com/Scalingo/go-scalingo/pull/222) * feat(token): add the `LastUsedAt` field [#222](https://github.com/Scalingo/go-scalingo/pull/222) diff --git a/README.md b/README.md index e89e3b21..854e1a77 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.13.1 +# Go client for Scalingo API v4.14.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.13.1" -git tag v4.13.1 -git push origin master v4.13.1 -hub release create v4.13.1 +git commit -m "Bump v4.14.0" +git tag v4.14.0 +git push origin master v4.14.0 +hub release create v4.14.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 2e61347a..9ef0c62d 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package scalingo -var Version = "4.13.1" +var Version = "4.14.0"