Skip to content

Commit f582052

Browse files
authored
chore(cicd): prepare for v0.5.1 (#121)
1 parent ea62153 commit f582052

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

22

3+
<a name="v0.5.1"></a>
4+
## v0.5.1
5+
6+
> 2025-07-31
7+
8+
- Full diff - **[v0.5.0...v0.5.1](https://github.com/kiwicom/terraform-provider-montecarlo/compare/v0.5.0...v0.5.1)**
9+
10+
### :bug: Bug Fixes
11+
12+
* **warehouse:** transactional - query_logs no longer accepted by the API
13+
14+
315
<a name="v0.5.0"></a>
416
## v0.5.0
517

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
montecarlo = {
44
source = "kiwicom/montecarlo"
5-
version = "~> 0.4.0"
5+
version = "~> 0.5.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)