diff --git a/CHANGELOG.MD b/CHANGELOG.MD new file mode 100644 index 0000000..420c053 --- /dev/null +++ b/CHANGELOG.MD @@ -0,0 +1,18 @@ +## 0.9.3 + +* put requirements coverage in sync with id change by @karlnaden in https://github.com/inferno-framework/subscriptions-test-kit/pull/3 +* Fi-3237: Rubocop and Continuous Integration by @tstrass in https://github.com/inferno-framework/subscriptions-test-kit/pull/4 +* FI-3410: Update inferno core requirement by @Jammjammjamm in https://github.com/inferno-framework/subscriptions-test-kit/pull/9 +* Updated typo in text by @nhcady in https://github.com/inferno-framework/subscriptions-test-kit/pull/6 + +## v0.9.2 + +* Shorten group and test ids to prevent errors when running on postgres such as on inferno.healthit.gov. + +## v0.9.1 + +* Move roo gem to a development dependency and update the version + +## v0.9.0 + +* Initial public release of the Inferno Subscriptions Test Kit. \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 45c6df4..a0b4ba9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - subscriptions_test_kit (0.9.2) + subscriptions_test_kit (0.9.3) inferno_core (~> 0.5.0) GEM diff --git a/lib/subscriptions_test_kit/version.rb b/lib/subscriptions_test_kit/version.rb index 36c1b3a..3c38572 100644 --- a/lib/subscriptions_test_kit/version.rb +++ b/lib/subscriptions_test_kit/version.rb @@ -1,3 +1,3 @@ module SubscriptionsTestKit - VERSION = '0.9.2'.freeze + VERSION = '0.9.3'.freeze end