Skip to content

Commit cfeaf51

Browse files
committed
v4.1.1 (#668)
1 parent b598558 commit cfeaf51

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
## 4.2.0 (Unreleased)
22

3+
## 4.1.1 (March 27, 2023)
4+
5+
BUG FIXES:
6+
7+
* fix(tls/subscriptions): tls configuration id should always be passed [#670](https://github.com/fastly/terraform-provider-fastly/pull/670)
8+
9+
DOCUMENTATION:
10+
11+
* docs(tls/subscriptions): clarify default tls config [commit](https://github.com/fastly/terraform-provider-fastly/commit/e0c80d39060082271f382965d21d341e1affaeb0)
12+
13+
DEPENDENCIES:
14+
15+
* build(dependencies): bump github.com/hashicorp/terraform-plugin-sdk/v2 [#667](https://github.com/fastly/terraform-provider-fastly/pull/667)
16+
* Bump actions/setup-go from 3 to 4 [#664](https://github.com/fastly/terraform-provider-fastly/pull/664)
17+
* Bump github.com/fastly/go-fastly/v7 from 7.4.0 to 7.5.0 [#665](https://github.com/fastly/terraform-provider-fastly/pull/665)
18+
319
## 4.1.0 (March 16, 2023)
420

521
ENHANCEMENTS:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
required_providers {
2626
fastly = {
2727
source = "fastly/fastly"
28-
version = ">= 4.1.0"
28+
version = ">= 4.1.1"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)