Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet authored Aug 4, 2024
1 parent faec55f commit aeb9bf3
Show file tree
Hide file tree
Showing 3 changed files with 11 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.0"
".": "3.0.1"
}
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.0 # x-release-please-version
sonar.projectVersion=3.0.1 # x-release-please-version
sonar.sources=.
sonar.sourceEncoding=UTF-8
sonar.terraform.provider.azure.version=3.114.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.0.1](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/compare/v3.0.0...v3.0.1) (2024-08-04)


### Bug Fixes

* **documentation:** Add a link to Terraform backend configuration ([#490](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/issues/490)) ([21d8f29](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/commit/21d8f295bacb5255fb76d75228eb3546b6cf037e))
* **documentation:** Add documentation section about Azure AD auth ([#486](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/issues/486)) ([8fb9f40](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/commit/8fb9f40717832637652bd10034a9a6f34e2f4436))
* **documentation:** Update code snippets to use Terraform formatting ([#488](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/issues/488)) ([a0caeb9](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/commit/a0caeb92d0bced080335d4881dd773d84eacb87f))

## [3.0.0](https://github.com/ultratendency/terraform-azurerm-secure-storage-account/compare/v2.1.0...v3.0.0) (2024-08-04)


Expand Down

0 comments on commit aeb9bf3

Please sign in to comment.