Skip to content

Commit 7fb896c

Browse files
authored
Merge pull request #430 from Scalingo/release/8.6.0
Bump v8.6.0
2 parents 3af6305 + 0f7f9b4 commit 7fb896c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## To Be Released
44

5+
## 8.6.0
6+
7+
* feat(private-networks): add private_networks service and method to list application private network domain names
8+
59
## 8.5.0
610

711
- feat(client): create a new client for preview features
@@ -10,7 +14,6 @@
1014
## 8.4.1
1115

1216
* feat(projects): add project_id to delete project event
13-
* feat(private-networks): add private_networks service and method to list application private network domain names
1417

1518
## 8.4.0
1619

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[ ![Codeship Status for Scalingo/go-scalingo](https://app.codeship.com/projects/cf518dc0-0034-0136-d6b3-5a0245e77f67/status?branch=master)](https://app.codeship.com/projects/279805)
22

3-
# Go client for Scalingo API v8.5.0
3+
# Go client for Scalingo API v8.6.0
44

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

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

8484
```sh
85-
version="8.5.0"
85+
version="8.6.0"
8686

8787
git switch --create release/${version}
8888
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.5.0"
3+
var Version = "8.6.0"

0 commit comments

Comments
 (0)