From 1d0db8d61700cc2ae77bc9d812d3d2d73cd4c40e Mon Sep 17 00:00:00 2001 From: Anurag Sharma Date: Tue, 2 Jan 2024 14:47:32 +0530 Subject: [PATCH] changelog 0.5.0 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d04290..2fd987d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,16 @@ + +## [v0.5.0] (January 2, 2024) + + - fixed the attributes of `block_device_mapping` object to accept null ([#21](https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/issues/21)) + + -## [v0.4.0] (September 15, 2023) +## [v0.4.0] (September 18, 2023) + - Changelog 0.4.0 ([#19](https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/issues/19)) - added `dynamic_iops` object support ([#18](https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/issues/18)) @@ -79,7 +86,8 @@ - Initial commit -[Unreleased]: https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/compare/v0.5.0...HEAD +[v0.5.0]: https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/compare/v0.2.6...v0.3.0 [v0.2.6]: https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/compare/v0.2.5...v0.2.6