diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e398a79..f79d0586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## To Be Released +## 4.8.1 + * Add support for database_type_versions#show endpoint * Go module v4 diff --git a/README.md b/README.md index 27709458..ff4ae4df 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.7.2 +# Go client for Scalingo API v4.8.1 This repository is the Go client for the [Scalingo APIs](https://developers.scalingo.com/). @@ -78,11 +78,11 @@ Commit, tag and create a new release: ```sh git add CHANGELOG.md README.md version.go -git commit -m "Bump v4.7.1" -git tag v4.7.1 +git commit -m "Bump v4.8.1" +git tag v4.8.1 git push origin master git push --tags -hub release create v4.7.1 +hub release create v4.8.1 ``` The title of the release should be the version number and the text of the diff --git a/version.go b/version.go index 4d1a31ac..53c71fab 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package scalingo -var Version = "4.7.2" +var Version = "4.8.1"