File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
515BUG FIXES:
@@ -505,7 +515,7 @@ BUG FIXES:
505515
506516NOTES:
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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments