File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
521ENHANCEMENTS:
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments