Skip to content

Commit

Permalink
chore(main): release 12.11.0 (#254)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 28, 2025
1 parent 79bb0bc commit eb30737
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.11.0](https://github.com/equinor/terraform-azurerm-storage/compare/v12.10.2...v12.11.0) (2025-01-28)


### Features

* configure infrastructure encryption ([#253](https://github.com/equinor/terraform-azurerm-storage/issues/253)) ([79bb0bc](https://github.com/equinor/terraform-azurerm-storage/commit/79bb0bcb15fd25c21a2d09b9daba12f0145db236))

## [12.10.2](https://github.com/equinor/terraform-azurerm-storage/compare/v12.10.1...v12.10.2) (2025-01-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Terraform module which creates Azure Storage resources.

module "storage" {
source = "equinor/storage/azurerm"
version = "~> 12.10"
version = "~> 12.11"

account_name = "example-storage"
resource_group_name = azurerm_resource_group.example.name
Expand Down

0 comments on commit eb30737

Please sign in to comment.