From 5d8a7de4da3309281cec290a376ba5332d74f199 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:32:12 +0000 Subject: [PATCH] chore(main): release 0.12.0 (#92) Co-authored-by: Dan Webb --- CHANGELOG.md | 7 +++++++ lib/kitchen-dsc/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42b03d..c6ba59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [0.12.0](https://github.com/test-kitchen/kitchen-dsc/compare/v0.11.1...v0.12.0) (2023-11-28) + + +### Features + +* Update workflows ([#90](https://github.com/test-kitchen/kitchen-dsc/issues/90)) ([6470675](https://github.com/test-kitchen/kitchen-dsc/commit/6470675bca38e18bb15882edcec8c6a0c9939b0a)) + ## [v0.11.1](https://github.com/test-kitchen/kitchen-dsc/tree/v0.11.1) (2020-08-21) [Full Changelog](https://github.com/test-kitchen/kitchen-dsc/compare/v0.11.0...v0.11.1) diff --git a/lib/kitchen-dsc/version.rb b/lib/kitchen-dsc/version.rb index 4a76190..2f5a13b 100755 --- a/lib/kitchen-dsc/version.rb +++ b/lib/kitchen-dsc/version.rb @@ -1,5 +1,5 @@ module Kitchen module Dsc - VERSION = "0.11.1".freeze + VERSION = "0.12.0".freeze end end