We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b40da7 + bd2aeb1 commit 57fa38dCopy full SHA for 57fa38d
3 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## To Be Released
4
5
+## 11.0.3
6
+
7
* fix(run): add JSON tag for `OperationURL`
8
9
## 11.0.2
README.md
@@ -1,4 +1,4 @@
1
-# Go client for Scalingo API v11.0.2
+# Go client for Scalingo API v11.0.3
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="11.0.2"
+version="11.0.3"
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 = "11.0.2"
+var Version = "11.0.3"
0 commit comments