Skip to content

Commit 0a62912

Browse files
chore: release 1.0.0-beta.4 (#220)
1 parent 3281677 commit 0a62912

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## v1.0.0-beta.4 (2019-10-25)
4+
5+
### Breaking Changes
6+
7+
* use uint32 for page_size ([#210](https://github.com/scaleway/scaleway-sdk-go/pull/210))
8+
9+
### Features
10+
11+
* update generated apis ([#218](https://github.com/scaleway/scaleway-sdk-go/pull/218))
12+
* update generated apis ([#216](https://github.com/scaleway/scaleway-sdk-go/pull/216))
13+
* **lb**: add WaitForLb method ([#212](https://github.com/scaleway/scaleway-sdk-go/pull/212))
14+
* update generated apis ([#213](https://github.com/scaleway/scaleway-sdk-go/pull/213))
15+
* update generated apis ([#208](https://github.com/scaleway/scaleway-sdk-go/pull/208))
16+
* **marketplace**: uppercase commercial type in GetLocalImageIDByLabel ([#205](https://github.com/scaleway/scaleway-sdk-go/pull/205))
17+
* add kubeconfig helpers for k8s ([#204](https://github.com/scaleway/scaleway-sdk-go/pull/204))
18+
* update generated apis ([#203](https://github.com/scaleway/scaleway-sdk-go/pull/203))
19+
* add k8s WaitForCluster method ([#202](https://github.com/scaleway/scaleway-sdk-go/pull/202))
20+
* add scw.IPPtr ([#200](https://github.com/scaleway/scaleway-sdk-go/pull/200))
21+
* add k8s v1beta3 ([#198](https://github.com/scaleway/scaleway-sdk-go/pull/198))
22+
23+
### Fixes
24+
25+
* **instance**: update generated apis ([#219](https://github.com/scaleway/scaleway-sdk-go/pull/219))
26+
* **instance**: ListImage total count ([#209](https://github.com/scaleway/scaleway-sdk-go/pull/209))
27+
* cleanup unused code ([#217](https://github.com/scaleway/scaleway-sdk-go/pull/217))
28+
* **scw.File**: add unmarshal ([#201](https://github.com/scaleway/scaleway-sdk-go/pull/201))
29+
30+
### Documentation
31+
32+
* fix examples ([#215](https://github.com/scaleway/scaleway-sdk-go/pull/215))
33+
334
## v1.0.0-beta.3 (2019-10-01)
435

536
### Features

scw/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import (
66
)
77

88
// TODO: versioning process
9-
const version = "v1.0.0-beta.3+dev"
9+
const version = "v1.0.0-beta.4"
1010

1111
var userAgent = fmt.Sprintf("scaleway-sdk-go/%s (%s; %s; %s)", version, runtime.Version(), runtime.GOOS, runtime.GOARCH)

0 commit comments

Comments
 (0)