Skip to content

Commit 6fe167a

Browse files
Merge pull request #462 from Scalingo/release/9.0.0
Bump v9.0.0
2 parents f093ec7 + e7433ad commit 6fe167a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Go client for Scalingo API v8.10.0
1+
# Go client for Scalingo API v9.0.0
22

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

@@ -80,7 +80,7 @@ Bump new version number in:
8080
Commit, tag and create a new release:
8181

8282
```sh
83-
version="8.10.0"
83+
version="9.0.0"
8484

8585
git switch --create release/${version}
8686
git add CHANGELOG.md README.md version.go

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package scalingo
22

3-
var Version = "8.10.1"
3+
var Version = "9.0.0"

0 commit comments

Comments
 (0)