Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBeng committed Dec 29, 2022
1 parent 6ea9ca1 commit e09e83b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## 1.19.0 (Unreleased)
## 1.19.1 (Unreleased)
## 1.19.0 (December 29, 2022)
NOTES:
- Support Baidu Edge Computing (BEC)

FEATURES:
- **New Resource:** `baiducloud_bec_vm_instance`
- **New Data Source:** `baiducloud_bec_nodes`
- **New Data Source:** `baiducloud_bec_vm_instances`

## 1.18.4 (December 16, 2022)
NOTES:
- fix baiducloud EIP auto renew mistakes
Expand Down
2 changes: 1 addition & 1 deletion baiducloud/connectivity/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type ApiVersion string

var goSdkMutex = sync.RWMutex{} // The Go SDK is not thread-safe

var providerVersion = "1.13.0"
var providerVersion = "1.19.0"

// Client for BaiduCloudClient
func (c *Config) Client() (*BaiduClient, error) {
Expand Down

0 comments on commit e09e83b

Please sign in to comment.