Skip to content

Commit 3473955

Browse files
authored
Merge pull request #467 from Scalingo/release/9.0.3
Bump v9.0.3
2 parents 188d860 + ea9e6fc commit 3473955

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

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 v9.0.2
1+
# Go client for Scalingo API v9.0.3
22

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

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

8383
```sh
84-
version="9.0.2"
84+
version="9.0.3"
8585

8686
git switch --create release/${version}
8787
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 = "9.0.2"
3+
var Version = "9.0.3"

0 commit comments

Comments
 (0)