Skip to content

Commit

Permalink
Bump v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-welsch committed Aug 18, 2020
1 parent c81b86f commit 79a265c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package scalingo

var Version = "4.5.8"
var Version = "4.6.0"

0 comments on commit 79a265c

Please sign in to comment.