Skip to content

Commit 1c55d85

Browse files
committed
v4.1.0 (#663)
1 parent 7adb32a commit 1c55d85

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
## 4.1.0 (Unreleased)
1+
## 4.2.0 (Unreleased)
2+
3+
## 4.1.0 (March 16, 2023)
4+
5+
ENHANCEMENTS:
6+
7+
* feat(fastly_service_compute): support new `content` attribute [#661](https://github.com/fastly/terraform-provider-fastly/pull/661)
8+
9+
DOCUMENTATION:
10+
11+
* docs(dictionary): add import note [#662](https://github.com/fastly/terraform-provider-fastly/pull/662)
12+
13+
DEPENDENCIES:
14+
15+
* Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1 [#656](https://github.com/fastly/terraform-provider-fastly/pull/656)
16+
* Bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.8.0 [#655](https://github.com/fastly/terraform-provider-fastly/pull/655)
17+
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.25 [#642](https://github.com/fastly/terraform-provider-fastly/pull/642)
18+
* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 [#647](https://github.com/fastly/terraform-provider-fastly/pull/647)
219

320
## 4.0.0 (March 9, 2023)
421

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

0 commit comments

Comments
 (0)