Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet authored Nov 10, 2024
1 parent 74fedef commit 0dc14a5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.3"
".": "4.0.0"
}
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar.projectVersion=3.0.3 # x-release-please-version
sonar.projectVersion=4.0.0 # x-release-please-version
sonar.sources=.
sonar.sourceEncoding=UTF-8
sonar.terraform.provider.azure.version=3.114.0
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.0.0](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/compare/v3.0.3...v4.0.0) (2024-11-10)


### ⚠ BREAKING CHANGES

* **main:** Switch to use storage_account_id instead of name ([#590](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/issues/590))
* **main:** Update to azurerm_storage_account_queue_properties ([#587](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/issues/587))

### breaking

* **main:** Switch to use storage_account_id instead of name ([#590](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/issues/590)) ([74fedef](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/commit/74fedefd0f59653ecdd09f3a03a3ceba495b2b4e))
* **main:** Update to azurerm_storage_account_queue_properties ([#587](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/issues/587)) ([a7507e0](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/commit/a7507e007a0c92390284880afdd4a445ea3fdbea))

## [3.0.3](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/compare/v3.0.2...v3.0.3) (2024-09-13)


Expand Down

0 comments on commit 0dc14a5

Please sign in to comment.