From 0a19c45489c8c2a061649ef170c4041e94809db2 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 19 Jun 2024 01:35:06 +0800 Subject: [PATCH] chore(main): release 1.0.8 (#25) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/kitchen/driver/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index df86f79..7232bda 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.7" + ".": "1.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2a614..d3b0b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.8](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.7...v1.0.8) (2024-06-18) + + +### Bug Fixes + +* release please ([#24](https://github.com/test-kitchen/workflow-testing-gem/issues/24)) ([5e1f39e](https://github.com/test-kitchen/workflow-testing-gem/commit/5e1f39efdb827328fa5bf299916ba5c8ae2c13fe)) + ## [1.0.7](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.6...v1.0.7) (2023-11-23) diff --git a/lib/kitchen/driver/version.rb b/lib/kitchen/driver/version.rb index 5096100..301a838 100644 --- a/lib/kitchen/driver/version.rb +++ b/lib/kitchen/driver/version.rb @@ -2,6 +2,6 @@ module Kitchen module Driver - WORKFLOW_TESTING_VERSION = "1.0.7" + WORKFLOW_TESTING_VERSION = "1.0.8" end end