From bbb1bbad6af7c6a18ad584b04c9529ac6466ab1a Mon Sep 17 00:00:00 2001 From: Ashique P S Date: Tue, 9 May 2023 09:02:20 +0530 Subject: [PATCH] Release 1.12.0 (#260) * Release 1.12.0 Signed-off-by: Ashique P S * Fixed the intentation error Signed-off-by: Ashique P S --------- Signed-off-by: Ashique P S --- CHANGELOG.md | 6 ++++++ lib/kitchen/driver/azurerm_version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c30263..167f049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This CHANGELOG is maintained by the [release-please-action](google-github-actions/release-please-action) +### [1.12.0](https://github.com/test-kitchen/kitchen-azurerm/compare/v1.11.0...v1.11.1) (2023-05-08) + +### Features + +* Azure sdk namespace updates ([#258](https://github.com/test-kitchen/kitchen-azurerm/issues/258)) ([d3041f1](https://github.com/test-kitchen/kitchen-azurerm/commit/d3041f19dd68e4c3ea00631e9fa5d3a63ea92a76)) + ### [1.11.0](http3://g11hub.com/test-kitchen/kitchen-azurerm/compare/v1.10.6...v1.11.0) (2023-04-11) ### Features diff --git a/lib/kitchen/driver/azurerm_version.rb b/lib/kitchen/driver/azurerm_version.rb index 84761be..a92356d 100644 --- a/lib/kitchen/driver/azurerm_version.rb +++ b/lib/kitchen/driver/azurerm_version.rb @@ -1,5 +1,5 @@ module Kitchen module Driver - AZURERM_VERSION = "1.11.0".freeze + AZURERM_VERSION = "1.12.0".freeze end end