File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ## 0.16.6
4+
35- New: Add support for passing options to ` ShopifyAPI.Bulk.Query.exec/3 ` , with ` group_objects `
46 as a new option to group the returned objects by a specified key.
57
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The package can be installed by adding `shopify_api` to your list of dependencie
2121``` elixir
2222def deps do
2323 [
24- {:shopify_api , github: " pixelunion/elixir-shopifyapi" , tag: " v0.16.5 " }
24+ {:shopify_api , github: " pixelunion/elixir-shopifyapi" , tag: " v0.16.6 " }
2525 ]
2626end
2727```
Original file line number Diff line number Diff line change 11defmodule Plug.ShopifyAPI.MixProject do
22 use Mix.Project
33
4- @ version "0.16.5 "
4+ @ version "0.16.6 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments