From b7a3025812428c62ea2fb12d266f9865da95bcbf Mon Sep 17 00:00:00 2001 From: Norbert Dopjera Date: Sun, 30 Jun 2024 01:20:35 +0200 Subject: [PATCH] chore(cicd): prepare for v0.4.1 (#105) --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 2 +- docs/index.md | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f51826..14b41f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ + +## v0.4.1 + +> 2024-06-30 + +- Full diff - **[v0.4.0...v0.4.1](https://github.com/kiwicom/terraform-provider-montecarlo/compare/v0.4.0...v0.4.1)** + +#### Terraform plugin dependencies updates +- update module github.com/hashicorp/terraform-plugin-testing to v1.8.0 ([#98](https://github.com/kiwicom/terraform-provider-montecarlo/issues/98)) +- update module github.com/hashicorp/terraform-plugin-framework to v1.9.0 ([#96](https://github.com/kiwicom/terraform-provider-montecarlo/issues/96)) +- update module github.com/hashicorp/terraform-plugin-go to v0.23.0 ([#87](https://github.com/kiwicom/terraform-provider-montecarlo/issues/87)) + +### :bug: Bug Fixes + +* **domain:** 'tags' attribute invalid default value ([#103](https://github.com/kiwicom/terraform-provider-montecarlo/issues/103)) +* **domain|test:** update - at least one 'assignment' or 'tag' must be always set ([#104](https://github.com/kiwicom/terraform-provider-montecarlo/issues/104)) + +### :sparkles: Features + +* **authorization:** service account resource without permissions ([#97](https://github.com/kiwicom/terraform-provider-montecarlo/issues/97)) _(not yet documented or usable)_ + + ## v0.4.0 diff --git a/README.md b/README.md index 7a2380e..5f8cbea 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ terraform { required_providers { monte_carlo = { source = "kiwicom/montecarlo" - version = "~> 0.0.1" + version = "~> 0.4.0" } } } diff --git a/docs/index.md b/docs/index.md index 2361ac8..06c1e07 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ terraform { required_providers { montecarlo = { source = "kiwicom/montecarlo" - version = "~> 0.2.0" + version = "~> 0.4.0" } } }