From f582a2d7db31d5bb0054ab0c1f0e0add5d3cbd8e Mon Sep 17 00:00:00 2001 From: Vanessa Fotso Date: Mon, 9 Dec 2024 11:56:04 -0500 Subject: [PATCH 1/2] bump version Signed-off-by: Vanessa Fotso --- Gemfile.lock | 2 +- lib/carin_for_blue_button_test_kit/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 045c85e97d26b3815f4b33ef339e42bd251e1e35 Mon Sep 17 00:00:00 2001 From: Vanessa Fotso Date: Mon, 9 Dec 2024 11:56:26 -0500 Subject: [PATCH 2/2] changelog Signed-off-by: Vanessa Fotso --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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