Skip to content

Commit d714f62

Browse files
committed
v3.0.4 (#632)
1 parent 959f6b8 commit d714f62

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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+
313
## 3.0.3 (December 7, 2022)
414

515
BUG FIXES:

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

0 commit comments

Comments
 (0)