From c9c4f91e3c492b8477c3b6c75c465d316550e86e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 11:01:20 +0100 Subject: [PATCH] chore(main): release 1.10.3 (#239) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ lib/kitchen/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff9d52e..5a5932e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # kitchen-azurerm Changelog +### [1.10.3](https://github.com/test-kitchen/kitchen-azurerm/compare/v1.10.2...v1.10.3) (2022-04-04) + + +### Features + +* Add release please releaser ([#238](https://github.com/test-kitchen/kitchen-azurerm/issues/238)) ([32cf4b8](https://github.com/test-kitchen/kitchen-azurerm/commit/32cf4b84a1a864d6f5272bd53b438d74bc141339)) + ## [1.10.2] - 2022-04-04 - move warning about missing credentials into debug by @jasonwbarnett in diff --git a/lib/kitchen/version.rb b/lib/kitchen/version.rb index 618cad1..e7b26b0 100644 --- a/lib/kitchen/version.rb +++ b/lib/kitchen/version.rb @@ -1,3 +1,3 @@ module KitchenAzureRM - VERSION = "1.10.2".freeze + VERSION = "1.10.3".freeze end