Skip to content

Commit bf08ef4

Browse files
committed
v4.2.0 (#679)
1 parent 047e45b commit bf08ef4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 4.2.0 (Unreleased)
1+
## 4.3.0 (Unreleased)
2+
3+
## 4.2.0 (April 1, 2023)
4+
5+
ENHANCEMENTS:
6+
7+
* feat(ratelimiter): implement Rate Limiter API [#678](https://github.com/fastly/terraform-provider-fastly/pull/678)
28

39
## 4.1.2 (March 29, 2023)
410

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. Merge all PRs intended for the release.
44
2. Rebase latest remote main branch locally (`git pull --rebase origin main`).
55
3. Ensure all analysis checks and tests are passing (`TEST_PARALLELISM=8 make testacc`).
6-
4. Run `go mod vendor` and `make goreleaser GORELEASER_ARGS="--skip-validate --rm-dist"`.
6+
4. Run `go mod vendor` and `make goreleaser GORELEASER_ARGS="--skip-validate --clean"`.
77
5. Open a new PR to update CHANGELOG ([example](https://github.com/fastly/terraform-provider-fastly/pull/498/files))<sup>[1](#note1)</sup>.
88
6. Merge CHANGELOG.
99
7. Rebase latest remote main branch locally (`git pull --rebase origin main`)<sup>[2](#note2)</sup>.

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

0 commit comments

Comments
 (0)