Skip to content

Commit

Permalink
Adding changelog entry and fixing rakefile failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaanwells committed Apr 21, 2022
1 parent df2bbbe commit 483f7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Fixed
- [#935](https://github.com/Shopify/shopify_api/pull/935) Fix issue [#931](https://github.com/Shopify/shopify_api/pull/931), weight of variant should be float
- [#939](https://github.com/Shopify/shopify_api/pull/939) Hotfix for `.spin.dev` JWT validation.

## Version 10.0.2

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace :test do

Rake::TestTask.new(:rest_wrappers) do |t|
pattern = if ENV.key?("API_VERSION")
"test/rest/**/#{ENV["API_VERSION"]}/*.rb"
"test/rest/**/#{ENV.fetch("API_VERSION")}/*.rb"
else
"test/rest/**/*.rb"
end
Expand Down

0 comments on commit 483f7aa

Please sign in to comment.