diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6741a..391c2ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,9 @@ * 1.3.2 -- 20211222 - output instance_profile_arn +* 1.3.3 -- 20220106 + - add version number max for external provier to 1.2 (2.x not compatible with tf 0.12) + ## version 2.x branch: compat-tf-0.13 @@ -57,3 +60,6 @@ tag: 2.0.1 * 2.0.2 -- 20211222 - output instance_profile_arn + +* 2.1.0 -- 20220106 + - prep for tf 0.13+ diff --git a/version.tf b/version.tf index 5ec2ece..4df8d41 100644 --- a/version.tf +++ b/version.tf @@ -1,3 +1,4 @@ locals { - _module_version = "1.3.2" + _module_version = "1.3.3" + # _module_version = "2.1.0" }