Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.12.1
* FI-3815: Update Test Kit with new RSpec features by @Shaumik-Ashraf in https://github.com/inferno-framework/subscriptions-test-kit/pull/36
* Add notice file by @karlnaden in https://github.com/inferno-framework/subscriptions-test-kit/pull/37
* Fix Docker session creation by @karlnaden in https://github.com/inferno-framework/subscriptions-test-kit/pull/38
* Simulation flag added to tests by @ljtucker in https://github.com/inferno-framework/subscriptions-test-kit/pull/40
* ID-45: Support execution scripts by adding outputs for wait dialog links by @karlnaden in https://github.com/inferno-framework/subscriptions-test-kit/pull/39

# 0.12.0
* FI-4182 Remove inferno@groups.mitre.org email from gemspec by @arscan in https://github.com/inferno-framework/subscriptions-test-kit/pull/34

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
subscriptions_test_kit (0.12.0)
subscriptions_test_kit (0.12.1)
faraday (~> 1.10.5)
inferno_core (~> 1.2.1)

Expand Down
4 changes: 2 additions & 2 deletions lib/subscriptions_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SubscriptionsTestKit
VERSION = '0.12.0'.freeze
LAST_UPDATED = '2025-07-22'.freeze
VERSION = '0.12.1'.freeze
LAST_UPDATED = '2026-04-27'.freeze
end
Loading