Skip to content

Commit c1bbf35

Browse files
chore(main): release 1.5.0 (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 30429e2 commit c1bbf35

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/equinor/terraform-azurerm-app-config/compare/v1.4.2...v1.5.0) (2025-07-18)
4+
5+
6+
### Features
7+
8+
* update SKU validation to include developer and premium options ([#41](https://github.com/equinor/terraform-azurerm-app-config/issues/41)) ([30429e2](https://github.com/equinor/terraform-azurerm-app-config/commit/30429e2ae615a7b3abb180cf9871aab8771022e7))
9+
310
## [1.4.2](https://github.com/equinor/terraform-azurerm-app-config/compare/v1.4.0...v1.4.2) (2025-04-25)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ provider "azurerm" {
2626
2727
module "app_config" {
2828
source = "equinor/app-config/azurerm"
29-
version = "~> 1.4"
29+
version = "~> 1.5"
3030
3131
store_name = "example-store"
3232
resource_group_name = azurerm_resource_group.example.name

0 commit comments

Comments
 (0)