Skip to content

Commit

Permalink
v4.2.0 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Apr 1, 2023
1 parent 047e45b commit bf08ef4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 4.2.0 (Unreleased)
## 4.3.0 (Unreleased)

## 4.2.0 (April 1, 2023)

ENHANCEMENTS:

* feat(ratelimiter): implement Rate Limiter API [#678](https://github.com/fastly/terraform-provider-fastly/pull/678)

## 4.1.2 (March 29, 2023)

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. Merge all PRs intended for the release.
2. Rebase latest remote main branch locally (`git pull --rebase origin main`).
3. Ensure all analysis checks and tests are passing (`TEST_PARALLELISM=8 make testacc`).
4. Run `go mod vendor` and `make goreleaser GORELEASER_ARGS="--skip-validate --rm-dist"`.
4. Run `go mod vendor` and `make goreleaser GORELEASER_ARGS="--skip-validate --clean"`.
5. Open a new PR to update CHANGELOG ([example](https://github.com/fastly/terraform-provider-fastly/pull/498/files))<sup>[1](#note1)</sup>.
6. Merge CHANGELOG.
7. Rebase latest remote main branch locally (`git pull --rebase origin main`)<sup>[2](#note2)</sup>.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
fastly = {
source = "fastly/fastly"
version = ">= 4.1.2"
version = ">= 4.2.0"
}
}
}
Expand Down

0 comments on commit bf08ef4

Please sign in to comment.