Skip to content

Commit 425f04c

Browse files
authored
update changelog (#91)
1 parent 87fda07 commit 425f04c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 1.26.0 (Unreleased)
1+
## 1.25.1 (Unreleased)
2+
3+
BUG FIXES:
4+
5+
* resource/ucloud_lb: Fix the validation about `internal` and `subnet_id`. [GH-90]
6+
* resource/ucloud_redis_instance: Fix the validation about `engine_version`.[GH-90]
7+
28
## 1.25.0 (2020-12-11)
39

410
ENHANCEMENTS:

ucloud/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (c *Config) Client() (*UCloudClient, error) {
6464
// enable auto retry with http/connection error
6565
cfg.MaxRetries = c.MaxRetries
6666
cfg.LogLevel = log.PanicLevel
67-
cfg.UserAgent = "Terraform-UCloud/1.25.0"
67+
cfg.UserAgent = "Terraform-UCloud/1.25.1"
6868
cfg.BaseUrl = c.BaseURL
6969

7070
cred := auth.NewCredential()

0 commit comments

Comments
 (0)