Skip to content

Commit

Permalink
Preparation for 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar-Metsa committed Jan 5, 2025
1 parent 35f4b8c commit 57c5672
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
All notable changes to this project will be documented in this file.

## [master](https://github.com/Axual/terraform-provider-axual/blob/master) - TBR
## [2.5.0](https://github.com/Axual/terraform-provider-axual/releases/tag/v2.5.0) - 2025-01-05
* Added schema owner to the SchemaVersion resource and datasource
* Added settings field to environment resource
* Properties in Topic and Topic Config can now be omitted
* Properties and settings in Environments can now be omitted

## [2.4.2](https://github.com/Axual/terraform-provider-axual/releases/tag/v2.4.2) - 2024-12-12
## [2.4.2](https://github.com/Axual/terraform-provider-axual/releases/tag/2.4.2) - 2024-12-12
* Added `Instance` data source.
* Added error handling for environment, group and topic data sources.
* Added AVRO schema support to Topic data source.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
axual = {
source = "Axual/axual"
version = "2.4.2"
version = "2.5.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.4.2"
version = "2.5.0"
}
}
}
Expand Down

0 comments on commit 57c5672

Please sign in to comment.