diff --git a/CHANGELOG.md b/CHANGELOG.md index c93acbe..39a62f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## To Be Released -fix(events): link_scm data types +## 6.7.5 + +fix(events): `link_scm` data types ## 6.7.4 diff --git a/README.md b/README.md index 9b3ef30..be6d9cb 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 v6.7.4 +# Go client for Scalingo API v6.7.5 This repository is the Go client for the [Scalingo APIs](https://developers.scalingo.com/). @@ -80,7 +80,7 @@ Bump new version number in: Commit, tag and create a new release: ```sh -version="6.7.4" +version="6.7.5" git switch --create release/${version} git add CHANGELOG.md README.md version.go diff --git a/version.go b/version.go index aefcc7a..81c30b7 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package scalingo -var Version = "6.7.4" +var Version = "6.7.5"