You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,22 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
<aname="unreleased"></a>
6
+
## [Unreleased]
7
+
8
+
9
+
5
10
<aname="2.0.0"></a>
6
11
## [2.0.0] - 2021-04-19
7
12
8
-
- Add support for Terraform 0.15 by setting sensitive outputs to have the sensitive = true flag. (https://www.terraform.io/upgrade-guides/0-15.html#sensitive-output-values)
9
-
- Terraform version requirement bumped to 0.14.5 in order to support sensitive values
13
+
- Terraform 0.15 support by marking outputs as sensitive ([#15](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/15))
14
+
15
+
16
+
<aname="1.5.0"></a>
17
+
## [1.5.0] - 2021-02-02
18
+
19
+
- Add support for multi-az and final snapshot ([#12](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/12))
20
+
- Update README.md
10
21
11
22
12
23
<aname="1.4.0"></a>
@@ -73,7 +84,9 @@ All notable changes to this project will be documented in this file.
0 commit comments