File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11## 4.2.0 (Unreleased)
22
3+ ## 4.1.2 (March 29, 2023)
4+
5+ BUG FIXES:
6+
7+ * fix(fastly_service_vcl): validate snippet names [ #673 ] ( https://github.com/fastly/terraform-provider-fastly/pull/673 )
8+ * fix(fastly_service_vcl): don't call http3 endpoint if already enabled [ #675 ] ( https://github.com/fastly/terraform-provider-fastly/pull/675 )
9+
10+ DEPENDENCIES:
11+
12+ * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.0 to 2.26.1 [ #671 ] ( https://github.com/fastly/terraform-provider-fastly/pull/671 )
13+
314## 4.1.1 (March 27, 2023)
415
516BUG FIXES:
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.1 "
28+ version = ">= 4.1.2 "
2929 }
3030 }
3131}
You can’t perform that action at this time.
0 commit comments