File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33## To Be Released
44
5+ ## 9.0.3
6+
7+ * fix(databases): parse databases list response with proper JSON structure
8+
59## 9.0.2
610
711* fix(plans_list): Handle query params as such
Original file line number Diff line number Diff line change 1- # Go client for Scalingo API v9.0.2
1+ # Go client for Scalingo API v9.0.3
22
33This repository is the Go client for the [ Scalingo APIs] ( https://developers.scalingo.com/ ) .
44
@@ -81,7 +81,7 @@ Bump new version number in:
8181Commit, tag and create a new release:
8282
8383``` sh
84- version=" 9.0.2 "
84+ version=" 9.0.3 "
8585
8686git switch --create release/${version}
8787git add CHANGELOG.md README.md version.go
Original file line number Diff line number Diff line change 11package scalingo
22
3- var Version = "9.0.2 "
3+ var Version = "9.0.3 "
You can’t perform that action at this time.
0 commit comments