Skip to content

Commit

Permalink
Bump v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed May 6, 2020
1 parent 08442fa commit b10cb76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## ToBeReleased

* Add `LogDrainsList` resource, to call the list of drains of an app from logs-service via public API
## v4.5.0

* Add `LogDrainsService` service
* Add `LogDrainsList` resource, to call the list of drains of an app from logs-service via public API
* Add `LogDrainsList` function to list log drains of an application

## v4.4.1

* Fix support for `addon_updated` and `start_region_migration` event types
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[ ![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.4.1
# Go client for Scalingo API v4.5.0

## Release a new version
## Release a New Version

Bump new version number in:

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.4.1"
var Version = "4.5.0"

0 comments on commit b10cb76

Please sign in to comment.