Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianDaniel00 committed Jul 10, 2024
1 parent 5490b86 commit e6b5a05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes of the StatusPal Terraform provider will be documented in th
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.7] - 2024-07-10

### Changed

- Update dependecies

## [0.2.6] - 2024-07-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
statuspal = {
source = "statuspal/statuspal"
version = "0.2.6"
version = "0.2.7"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
statuspal = {
source = "statuspal/statuspal"
version = "0.2.6"
version = "0.2.7"
}
}
}
Expand Down

0 comments on commit e6b5a05

Please sign in to comment.