Skip to content

Commit

Permalink
Merge pull request #321 from Scalingo/release/6.4.0
Browse files Browse the repository at this point in the history
Bump v6.4.0
  • Loading branch information
ipfaze authored Mar 16, 2023
2 parents 9f8a88f + 224cb7a commit fe2ab27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.4.0

* feat(one-off): allow attached one-off to be run asynchronously
* feat(stacks): add support for Deployment `stack_base_image`
* feat(backup): add `StartedAt` and `Method` fields
Expand Down
4 changes: 2 additions & 2 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.3.0
# Go client for Scalingo API v6.4.0

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

Expand Down Expand Up @@ -80,7 +80,7 @@ Bump new version number in:
Commit, tag and create a new release:

```sh
version="6.3.0"
version="6.4.0"

git switch --create release/${version}
git add CHANGELOG.md README.md version.go
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.3.0"
var Version = "6.4.0"

0 comments on commit fe2ab27

Please sign in to comment.