Skip to content

Commit

Permalink
Prepare for update to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar-Metsa committed Apr 25, 2024
1 parent ac8001f commit c79ac51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

All notable changes to this project will be documented in this file.
## [master](https://github.com/Axual/terraform-provider-axual/blob/master) - TBR
## [2.3.0](https://github.com/Axual/terraform-provider-axual/releases/tag/v2.3.0) - 2024-04-25
* Update to terraform-plugin-framework v1.7.0

## [2.2.3](https://github.com/Axual/terraform-provider-axual/releases/tag/v2.2.3) - 2024-04-15
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ terraform {
required_providers {
axual = {
source = "Axual/axual"
version = "2.2.3"
version = "2.3.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/axual/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
axual = {
source = "Axual/axual"
version = "2.2.3"
version = "2.3.0"
}
}
}
Expand Down

0 comments on commit c79ac51

Please sign in to comment.