-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jan Hentschel <[email protected]>
- Loading branch information
1 parent
84426ae
commit 23c06a2
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "2.0.0" | ||
".": "2.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sonar.projectVersion=2.0.0 # x-release-please-version | ||
sonar.projectVersion=2.1.0 # x-release-please-version | ||
sonar.sources=. | ||
sonar.sourceEncoding=UTF-8 | ||
sonar.terraform.provider.azure.version=3.74.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog | ||
|
||
## [2.1.0](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/compare/v2.0.0...v2.1.0) (2024-08-02) | ||
|
||
|
||
### Features | ||
|
||
* **documentation:** Update documentation to release 2.1.0 ([#481](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/issues/481)) ([84426ae](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/commit/84426ae4623d50cd070e4acb08f54a6a4ffcc561)) | ||
* **documentation:** Update documentation to state recommended values ([#480](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/issues/480)) ([5ddcb9c](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/commit/5ddcb9c7e816060d3c61912481eba858b57f7efe)) | ||
* **main:** Add configuration for shared_access_key_enabled ([#477](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/issues/477)) ([7497bc0](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/commit/7497bc0487335a0b3b23427f98f4003e60098335)) |