Skip to content

Commit dcdf2d9

Browse files
committed
docs: update changelog with 3.0.3 release notes (#624)
1 parent 192fc23 commit dcdf2d9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 3.1.0 (Unreleased)
22

3+
## 3.0.3 (December 7, 2022)
4+
5+
BUG FIXES:
6+
7+
* Prevent SSL related fields from being sent empty to the Fastly API [#622](https://github.com/fastly/terraform-provider-fastly/pull/622)
8+
9+
DOCUMENTATION:
10+
11+
* docs: remove 'alpha' notice from custom health check http headers feature [#623](https://github.com/fastly/terraform-provider-fastly/pull/623)
12+
313
## 3.0.2 (November 23, 2022)
414

515
BUG FIXES:
@@ -505,7 +515,7 @@ BUG FIXES:
505515

506516
NOTES:
507517

508-
* provider: Add a [CONTRIBUTING.md](https://github.com/fastly/terraform-provider-fastly/blob/main/CONTRIBUTING.md) containing contributing guidlines and documentation. ([#305](https://github.com/fastly/terraform-provider-fastly/pull/307))
518+
* provider: Add a [CONTRIBUTING.md](https://github.com/fastly/terraform-provider-fastly/blob/main/CONTRIBUTING.md) containing contributing guidelines and documentation. ([#305](https://github.com/fastly/terraform-provider-fastly/pull/307))
509519

510520
## 0.20.0 (August 10, 2020)
511521

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

0 commit comments

Comments
 (0)