Skip to content

Commit

Permalink
Bump v4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Nov 24, 2020
1 parent 02e1334 commit 41fb6c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.8.1

* Add support for database_type_versions#show endpoint
* Go module v4

Expand Down
8 changes: 4 additions & 4 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.7.2
# Go client for Scalingo API v4.8.1

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

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

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

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.7.2"
var Version = "4.8.1"

0 comments on commit 41fb6c1

Please sign in to comment.