Skip to content

Commit 45a609b

Browse files
Merge commit 'c5b85ef9bbfced732e610d1b3ddb52f8493ee22a' into release
2 parents fb49c42 + c5b85ef commit 45a609b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.11.4] - 2022-02-01
6+
7+
### Fixed
8+
9+
- Determine content-type correctly for localized pre-rendered HTML pages ([#278](https://github.com/milliHQ/terraform-aws-next-js/pull/278), [#277](https://github.com/milliHQ/terraform-aws-next-js/issues/277))
10+
511
## [0.11.3] - 2022-01-30
612

713
### Added

modules/proxy/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
variable "proxy_module_version" {
66
type = string
7-
default = "0.11.3"
7+
default = "0.11.4"
88
}
99

1010
variable "lambda_default_runtime" {

modules/statics-deploy/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable "static_files_archive" {
44

55
variable "deploy_trigger_module_version" {
66
type = string
7-
default = "0.11.3"
7+
default = "0.11.4"
88
}
99

1010
variable "expire_static_assets" {

0 commit comments

Comments
 (0)