Skip to content

Commit

Permalink
Release 0.4.1 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisawallace committed Jan 31, 2024
1 parent c4340a8 commit 1e7a793
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.4.1
* FI-2395: Data Rights Legend by @bmath10 in
https://github.com/inferno-framework/smart-app-launch-test-kit/pull/60
* FI-2247 backend services migration by @alisawallace in
https://github.com/inferno-framework/smart-app-launch-test-kit/pull/59

# 0.4.0

* Fix jwt dependency by @Jammjammjamm in
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
smart_app_launch_test_kit (0.4.0)
smart_app_launch_test_kit (0.4.1)
inferno_core (>= 0.4.2)
json-jwt (~> 1.15.3)
jwt (~> 2.6)
Expand Down Expand Up @@ -221,7 +221,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.4)
puma (5.6.7)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/smart_app_launch/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SMARTAppLaunch
VERSION = '0.4.0'.freeze
VERSION = '0.4.1'.freeze
end

0 comments on commit 1e7a793

Please sign in to comment.