Skip to content

Commit 80e5422

Browse files
committed
Updated CHANGELOG
1 parent bc0a43c commit 80e5422

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33

44

55

6+
<a name="v2.3.0"></a>
7+
## [v2.3.0] - 2019-06-15
8+
9+
- Fixed when private_ips is empty (fixed [#103](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/103))
10+
11+
612
<a name="v2.2.0"></a>
713
## [v2.2.0] - 2019-06-14
814

15+
- Updated CHANGELOG
916
- Added support for the list of private_ips (fixes [#102](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/102)) ([#103](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/103))
1017

1118

@@ -231,7 +238,8 @@
231238
- Initial commit
232239

233240

234-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.2.0...HEAD
241+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.3.0...HEAD
242+
[v2.3.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.2.0...v2.3.0
235243
[v2.2.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.1.0...v2.2.0
236244
[v2.1.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v1.24.0...v2.1.0
237245
[v1.24.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v1.23.0...v1.24.0

0 commit comments

Comments
 (0)