From c79ac512834732f58d6ba7fe3a62db45115c8999 Mon Sep 17 00:00:00 2001 From: Kaspar-Metsa Date: Thu, 25 Apr 2024 12:37:46 +0300 Subject: [PATCH] Prepare for update to 2.3.0 --- CHANGELOG.md | 2 +- docs/index.md | 2 +- examples/axual/provider.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0089421..8e3f84e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/index.md b/docs/index.md index f3b5dc2..c9ef12f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,7 +39,7 @@ terraform { required_providers { axual = { source = "Axual/axual" - version = "2.2.3" + version = "2.3.0" } } } diff --git a/examples/axual/provider.tf b/examples/axual/provider.tf index 2c12488..74dadb2 100644 --- a/examples/axual/provider.tf +++ b/examples/axual/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { axual = { source = "Axual/axual" - version = "2.2.3" + version = "2.3.0" } } }