From c66baae7c43173dc047ed67a04541dcf006987ff Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Wed, 19 Apr 2023 19:28:08 +0100 Subject: [PATCH] v4.3.0 (#684) --- CHANGELOG.md | 13 ++++++++++++- docs/index.md | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf24ae8a..7d1a5f6ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/index.md b/docs/index.md index 1839b2876..bc14ff24a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,7 @@ terraform { required_providers { fastly = { source = "fastly/fastly" - version = ">= 4.2.0" + version = ">= 4.3.0" } } }