Skip to content

Commit e6b5a05

Browse files
update deps
1 parent 5490b86 commit e6b5a05

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes of the StatusPal Terraform provider will be documented in th
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)