Skip to content

Commit

Permalink
Bump v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Dec 29, 2022
1 parent 205c057 commit e8e11e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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

## 6.1.0

* feat(events): Add Detached field for EventRun [#292](https://github.com/Scalingo/go-scalingo/pull/292)
* chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3
* feat(send-signal): new function `ContainersKill` to request the send-signal api's endpoint [#295](https://github.com/Scalingo/go-scalingo/pull/295)
Expand Down
10 changes: 5 additions & 5 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 v6.0.1
# Go client for Scalingo API v6.1.0

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

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

```sh
git add CHANGELOG.md README.md version.go
git commit -m "Bump v6.0.1"
git tag v6.0.1
git push origin master v6.0.1
gh release create v6.0.1
git commit -m "Bump v6.1.0"
git tag v6.1.0
git push origin master v6.1.0
gh release create v6.1.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 = "6.0.1"
var Version = "6.1.0"

0 comments on commit e8e11e1

Please sign in to comment.