From d8b3df7c7ce2d246fc249c6ed27d51aa91f1d8b9 Mon Sep 17 00:00:00 2001 From: Vanessa Fotso <46642178+vanessuniq@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:02:28 -0500 Subject: [PATCH] Release 0.13.2 (#58) * bump version Signed-off-by: Vanessa Fotso * changelog Signed-off-by: Vanessa Fotso --------- Signed-off-by: Vanessa Fotso --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/carin_for_blue_button_test_kit/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e399c31..aacfd03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.13.2 + +* Fix: Made Carin Wait Test ID Unique by @vanessuniq in https://github.com/inferno-framework/carin-for-blue-button-test-kit/pull/57 + # 0.13.1 * add documentation markdown files to the gem diff --git a/Gemfile.lock b/Gemfile.lock index 3d79e1d..d44d465 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - carin_for_blue_button_test_kit (0.13.1) + carin_for_blue_button_test_kit (0.13.2) inferno_core (~> 0.5.0) smart_app_launch_test_kit (~> 0.4) diff --git a/lib/carin_for_blue_button_test_kit/version.rb b/lib/carin_for_blue_button_test_kit/version.rb index 497ee9f..685b51c 100644 --- a/lib/carin_for_blue_button_test_kit/version.rb +++ b/lib/carin_for_blue_button_test_kit/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CarinForBlueButtonTestKit - VERSION = '0.13.1' + VERSION = '0.13.2' end