Skip to content

Commit e158f2e

Browse files
committed
v0.7.0
1 parent f8fac7c commit e158f2e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 0.7.0 (February 13, 2021)
4+
5+
This release brings support for [Next.js image optimization](https://nextjs.org/docs/basic-features/image-optimization) 📸.
6+
No extra config is needed, simply update the Terraform module and the `tf-next` package to the latest version!
7+
Check out our example for more information: [Next image component example](https://github.com/dealmore/terraform-aws-next-js/tree/main/examples/next-image)
8+
9+
You can always opt-out from creating resources for image optimization by setting `create_image_optimization = false`.
10+
11+
### Terraform module
12+
13+
- Adds support for `next/image` component ([#28](https://github.com/dealmore/terraform-aws-next-js/issues/28), [#51](https://github.com/dealmore/terraform-aws-next-js/pull/51))
14+
- Refactoring: Outsources a previously private Terraform module, that is now used across multiple projects. Is now avaiable here: [NPM Download Terraform module
15+
](https://registry.terraform.io/modules/dealmore/download/npm) ([#41](https://github.com/dealmore/terraform-aws-next-js/issues/41))
16+
17+
### tf-next (0.5.0)
18+
19+
- Adds support for `next/image` component ([#28](https://github.com/dealmore/terraform-aws-next-js/issues/28), [#51](https://github.com/dealmore/terraform-aws-next-js/pull/51))
20+
21+
### Proxy (0.5.0)
22+
23+
- Internal refactoring which changes the way the module is bundled. No feature changes ([#43](https://github.com/dealmore/terraform-aws-next-js/issues/43))
24+
25+
### Deploy trigger (0.2.0)
26+
27+
- Internal refactoring which changes the way the module is bundled. No feature changes ([#43](https://github.com/dealmore/terraform-aws-next-js/issues/43))
28+
329
## 0.6.2 (January 19, 2021)
430

531
### Terraform module

0 commit comments

Comments
 (0)