File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes of the StatusPal Terraform provider will be documented in th
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.7] - 2024-07-10
9+
10+ ### Changed
11+
12+ - Update dependecies
13+
814## [ 0.2.6] - 2024-07-10
915
1016### Added
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ terraform {
1818 required_providers {
1919 statuspal = {
2020 source = "statuspal/statuspal"
21- version = "0.2.6 "
21+ version = "0.2.7 "
2222 }
2323 }
2424}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 statuspal = {
55 source = " statuspal/statuspal"
6- version = " 0.2.6 "
6+ version = " 0.2.7 "
77 }
88 }
99}
You can’t perform that action at this time.
0 commit comments