Skip to content

Commit b7a3025

Browse files
authored
chore(cicd): prepare for v0.4.1 (#105)
1 parent 7b870d0 commit b7a3025

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11

22

3+
<a name="v0.4.1"></a>
4+
## v0.4.1
5+
6+
> 2024-06-30
7+
8+
- Full diff - **[v0.4.0...v0.4.1](https://github.com/kiwicom/terraform-provider-montecarlo/compare/v0.4.0...v0.4.1)**
9+
10+
#### Terraform plugin dependencies updates
11+
- update module github.com/hashicorp/terraform-plugin-testing to v1.8.0 ([#98](https://github.com/kiwicom/terraform-provider-montecarlo/issues/98))
12+
- update module github.com/hashicorp/terraform-plugin-framework to v1.9.0 ([#96](https://github.com/kiwicom/terraform-provider-montecarlo/issues/96))
13+
- update module github.com/hashicorp/terraform-plugin-go to v0.23.0 ([#87](https://github.com/kiwicom/terraform-provider-montecarlo/issues/87))
14+
15+
### :bug: Bug Fixes
16+
17+
* **domain:** 'tags' attribute invalid default value ([#103](https://github.com/kiwicom/terraform-provider-montecarlo/issues/103))
18+
* **domain|test:** update - at least one 'assignment' or 'tag' must be always set ([#104](https://github.com/kiwicom/terraform-provider-montecarlo/issues/104))
19+
20+
### :sparkles: Features
21+
22+
* **authorization:** service account resource without permissions ([#97](https://github.com/kiwicom/terraform-provider-montecarlo/issues/97)) _(not yet documented or usable)_
23+
24+
325
<a name="v0.4.0"></a>
426
## v0.4.0
527

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ terraform {
2828
required_providers {
2929
monte_carlo = {
3030
source = "kiwicom/montecarlo"
31-
version = "~> 0.0.1"
31+
version = "~> 0.4.0"
3232
}
3333
}
3434
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
required_providers {
2323
montecarlo = {
2424
source = "kiwicom/montecarlo"
25-
version = "~> 0.2.0"
25+
version = "~> 0.4.0"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)