Skip to content

Commit

Permalink
v1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBeng committed Apr 25, 2024
1 parent 7499880 commit 452934e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 1.20.5 (Unreleased)
## 1.20.6 (Unreleased)
## 1.20.5 (April 25, 2024)
FEATURES:
- **New Resource:** `baiducloud_mongodb_instance`
- **New Resource:** `baiducloud_mongodb_sharding_instance`
- **New Data Source:** `baiducloud_mongodb_instances`

## 1.20.4 (April 17, 2024)
NOTES:
- resource_baiducloud_blb support attribute `resource_group_id`
Expand Down
2 changes: 1 addition & 1 deletion baiducloud/connectivity/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type ApiVersion string

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

var providerVersion = "1.13.0"
var providerVersion = "1.20.5"

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

0 comments on commit 452934e

Please sign in to comment.