Skip to content

Commit

Permalink
v4.3.0 (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Apr 19, 2023
1 parent 393795e commit c66baae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## 4.3.0 (Unreleased)
## 4.4.0 (Unreleased)

## 4.3.0 (April 19, 2023)

ENHANCEMENTS:

* feat(data_source): new dictionaries data source [#682](https://github.com/fastly/terraform-provider-fastly/pull/682)

DEPENDENCIES:

* build(deps): bump golang.org/x/net from 0.8.0 to 0.9.0 [#680](https://github.com/fastly/terraform-provider-fastly/pull/680)
* build(deps): bump github.com/bflad/tfproviderlint from 0.28.1 to 0.29.0 [#681](https://github.com/fastly/terraform-provider-fastly/pull/681)

## 4.2.0 (April 1, 2023)

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.2.0"
version = ">= 4.3.0"
}
}
}
Expand Down

0 comments on commit c66baae

Please sign in to comment.