diff --git a/CHANGELOG.md b/CHANGELOG.md index a584dfb1..7dc14509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## To be Released +## 4.6.0 + +* Add `queued` deployment status and add it to `IsFinishedString` + ## v4.5.8 * Add `LogDrainAddonRemove` function to remove a log drain from an addon diff --git a/README.md b/README.md index c4e0b96d..7dc65479 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.5.8 +# Go client for Scalingo API v4.6.0 This repository is the Go client for the [Scalingo APIs](https://developers.scalingo.com/). diff --git a/version.go b/version.go index 9bee752e..73f408fe 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package scalingo -var Version = "4.5.8" +var Version = "4.6.0"