diff --git a/CHANGELOG.md b/CHANGELOG.md index d54da5bd1..c4be89058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.13.2 (Unreleased) +NEW FEATURES: + +* **Network-based Mirrors for [Provider Installation](https://www.terraform.io/docs/commands/cli-config.html#provider-installation)**: As an addition to the existing capability of "mirroring" providers into the local filesystem, a network mirror allows publishing copies of providers on an HTTP server and using that as an alternative source for provider packages, for situations where directly accessing the origin registries is impossible or undesirable. [GH-25999] + ## 0.13.1 (August 26, 2020) ENHANCEMENTS: