We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959f6b8 commit d714f62Copy full SHA for d714f62
CHANGELOG.md
@@ -1,5 +1,15 @@
1
## 3.1.0 (Unreleased)
2
3
+## 3.0.4 (January 9, 2023)
4
+
5
+BUG FIXES:
6
7
+* fix: force refresh when service version is reverted outside of Terraform [#630](https://github.com/fastly/terraform-provider-fastly/pull/630)
8
9
+DEPENDENCIES:
10
11
+* Bump goreleaser/goreleaser-action from 3 to 4 [#626](https://github.com/fastly/terraform-provider-fastly/pull/626)
12
13
## 3.0.3 (December 7, 2022)
14
15
BUG FIXES:
docs/index.md
@@ -25,7 +25,7 @@ terraform {
25
required_providers {
26
fastly = {
27
source = "fastly/fastly"
28
- version = ">= 3.0.3"
+ version = ">= 3.0.4"
29
}
30
31
0 commit comments