Skip to content

Commit

Permalink
Bump v4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Sep 2, 2021
1 parent 1e0564e commit 04f7697
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

## 4.14.0

* fix(apps): typo on the `UpdatedAt` field of the Apps [#220](https://github.com/Scalingo/go-scalingo/pull/220)
* fix(token): correctly deserialize the `ID` [#222](https://github.com/Scalingo/go-scalingo/pull/222)
* feat(token): add the `LastUsedAt` field [#222](https://github.com/Scalingo/go-scalingo/pull/222)
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 v4.13.1
# Go client for Scalingo API v4.14.0

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

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

```sh
git add CHANGELOG.md README.md version.go
git commit -m "Bump v4.13.1"
git tag v4.13.1
git push origin master v4.13.1
hub release create v4.13.1
git commit -m "Bump v4.14.0"
git tag v4.14.0
git push origin master v4.14.0
hub release create v4.14.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.13.1"
var Version = "4.14.0"

0 comments on commit 04f7697

Please sign in to comment.