Skip to content

Commit 67eb293

Browse files
committed
doc(CHANGELOG): Version 5.12.0. (#879)
1 parent 747fe02 commit 67eb293

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
## 5.12.0 (Unreleased)
1+
## 5.13.0 (Unreleased)
2+
3+
## 5.12.0 (August 15, 2024)
4+
5+
ENHANCEMENTS:
6+
7+
- feat(tls_activation): support mutual_authentication_id in domain activation at creation [#875](https://github.com/fastly/terraform-provider-fastly/pull/875)
8+
9+
BUG FIXES:
10+
11+
- Clarify Image Optimizer shield requirements [#874](https://github.com/fastly/terraform-provider-fastly/pull/874)
12+
13+
DEPENDENCIES:
14+
15+
- build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 [#872](https://github.com/fastly/terraform-provider-fastly/pull/872)
16+
- build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 [#877](https://github.com/fastly/terraform-provider-fastly/pull/877)
17+
- build(deps): bump github.com/fastly/go-fastly/v9 from 9.7.0 to 9.8.0 [#878](https://github.com/fastly/terraform-provider-fastly/pull/878)
218

319
## 5.11.0 (July 2, 2024)
420

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

0 commit comments

Comments
 (0)