diff --git a/CHANGELOG.md b/CHANGELOG.md index feed3add..f3ba14d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.13.2] - 2022-05-31 + +- Fixes a regression from the `0.13.1` release, where the `@vercel/nft` was not available ([#322](https://github.com/milliHQ/terraform-aws-next-js/pull/322)) + ## [0.13.1] - 2022-05-30 - Update `@vercel/nft` from 0.10.0 to 0.19.1 ([#320](https://github.com/milliHQ/terraform-aws-next-js/pull/320)) diff --git a/modules/proxy/variables.tf b/modules/proxy/variables.tf index a93e600a..aa98db60 100644 --- a/modules/proxy/variables.tf +++ b/modules/proxy/variables.tf @@ -4,7 +4,7 @@ variable "proxy_module_version" { type = string - default = "0.13.1" + default = "0.13.2" } variable "lambda_default_runtime" { diff --git a/modules/statics-deploy/variables.tf b/modules/statics-deploy/variables.tf index 73fe8c29..9f1a1765 100644 --- a/modules/statics-deploy/variables.tf +++ b/modules/statics-deploy/variables.tf @@ -4,7 +4,7 @@ variable "static_files_archive" { variable "deploy_trigger_module_version" { type = string - default = "0.13.1" + default = "0.13.2" } variable "expire_static_assets" {