Skip to content

Commit 9e53291

Browse files
committed
v4.1.2 (#676)
1 parent af19ff2 commit 9e53291

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

516
BUG FIXES:

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.1"
28+
version = ">= 4.1.2"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)