Skip to content

Commit

Permalink
update changelog, version
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 6, 2022
1 parent d195ebe commit 3540574
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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+
3 changes: 2 additions & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
locals {
_module_version = "1.3.2"
_module_version = "1.3.3"
# _module_version = "2.1.0"
}

0 comments on commit 3540574

Please sign in to comment.