File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33## To Be Released
44
5+ ## 9.0.0
6+
57* BREAKING: feat(addon-provider-plans): allow to show all plans for a given addon provider, including non-available ones
68
79## 8.10.1
Original file line number Diff line number Diff line change 1- # Go client for Scalingo API v8.10 .0
1+ # Go client for Scalingo API v9.0 .0
22
33This repository is the Go client for the [ Scalingo APIs] ( https://developers.scalingo.com/ ) .
44
@@ -80,7 +80,7 @@ Bump new version number in:
8080Commit, tag and create a new release:
8181
8282``` sh
83- version=" 8.10 .0"
83+ version=" 9.0 .0"
8484
8585git switch --create release/${version}
8686git add CHANGELOG.md README.md version.go
Original file line number Diff line number Diff line change 11package scalingo
22
3- var Version = "8.10.1 "
3+ var Version = "9.0.0 "
You can’t perform that action at this time.
0 commit comments