Skip to content

Commit

Permalink
Bump v6.6.0 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
yohann-bacha authored May 15, 2023
1 parent 78a81b3 commit 6c5a488
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## To Be Released

## 6.6.0

* feat(scm-repo-link): fetch a Pull Request data

## 6.5.0

* feat(scm-repo-link): add ManualDeployResponse
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Bump new version number in:
Commit, tag and create a new release:

```sh
version="6.5.0"
version="6.6.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.5.0"
var Version = "6.6.0"

0 comments on commit 6c5a488

Please sign in to comment.