We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751840c commit 6f054beCopy full SHA for 6f054be
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## To Be Released
4
5
+## 9.0.2
6
+
7
* fix(plans_list): Handle query params as such
8
9
## 9.0.1
README.md
@@ -1,4 +1,4 @@
1
-# Go client for Scalingo API v9.0.1
+# Go client for Scalingo API v9.0.2
This repository is the Go client for the [Scalingo APIs](https://developers.scalingo.com/).
@@ -81,7 +81,7 @@ Bump new version number in:
81
Commit, tag and create a new release:
82
83
```sh
84
-version="9.0.1"
+version="9.0.2"
85
86
git switch --create release/${version}
87
git add CHANGELOG.md README.md version.go
version.go
@@ -1,3 +1,3 @@
package scalingo
-var Version = "9.0.1"
+var Version = "9.0.2"
0 commit comments