Skip to content

Commit 11ca0f4

Browse files
committed
v5.1.0 (#710)
1 parent 786ab07 commit 11ca0f4

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
## 5.1.0 (Unreleased)
1+
## 5.2.0 (Unreleased)
2+
3+
## 5.1.0 (June 13, 2023)
4+
5+
ENHANCEMENTS:
6+
7+
* feat(kv_store): support KV Store [#691](https://github.com/fastly/terraform-provider-fastly/pull/691)
8+
* feat(mutual_authentication): implement mTLS resource [#702](https://github.com/fastly/terraform-provider-fastly/pull/702)
9+
* feat(config_store): implement config store resource [#705](https://github.com/fastly/terraform-provider-fastly/pull/705)
10+
11+
BUG FIXES:
12+
13+
* fix(rate_limiter): fix multiple runtime panics [#706](https://github.com/fastly/terraform-provider-fastly/pull/706)
14+
15+
DEPENDENCIES:
16+
17+
* build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 [#700](https://github.com/fastly/terraform-provider-fastly/pull/700)
18+
* build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 [#704](https://github.com/fastly/terraform-provider-fastly/pull/704)
19+
* build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.15.0 [#709](https://github.com/fastly/terraform-provider-fastly/pull/709)
220

321
## 5.0.0 (May 22, 2023)
422

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 = ">= 5.0.0"
28+
version = ">= 5.1.0"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)