Skip to content

Commit

Permalink
Bump v4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Feb 16, 2021
1 parent 43470fc commit b62e711
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## To Be Released

## 4.11.0

* Add `DeployEvent` structure which represents a deployment stream event sent on the websocket [#200](https://github.com/Scalingo/go-scalingo/pull/200)

## 4.10.0
Expand Down
11 changes: 5 additions & 6 deletions 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.10.0
# Go client for Scalingo API v4.11.0

This repository is the Go client for the [Scalingo APIs](https://developers.scalingo.com/).

Expand Down Expand Up @@ -78,11 +78,10 @@ Commit, tag and create a new release:

```sh
git add CHANGELOG.md README.md version.go
git commit -m "Bump v4.10.0"
git tag v4.10.0
git push origin master
git push --tags
hub release create v4.10.0
git commit -m "Bump v4.11.0"
git tag v4.11.0
git push origin master v4.11.0
hub release create v4.11.0
```

The title of the release should be the version number and the text of the
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.10.0"
var Version = "4.11.0"

0 comments on commit b62e711

Please sign in to comment.