We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7486430 + c65e04b commit 86ad8e7Copy full SHA for 86ad8e7
3 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 0.16.6
4
+
5
- New: Add support for passing options to `ShopifyAPI.Bulk.Query.exec/3`, with `group_objects`
6
as a new option to group the returned objects by a specified key.
7
README.md
@@ -21,7 +21,7 @@ The package can be installed by adding `shopify_api` to your list of dependencie
21
```elixir
22
def deps do
23
[
24
- {:shopify_api, github: "pixelunion/elixir-shopifyapi", tag: "v0.16.5"}
+ {:shopify_api, github: "pixelunion/elixir-shopifyapi", tag: "v0.16.6"}
25
]
26
end
27
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Plug.ShopifyAPI.MixProject do
use Mix.Project
- @version "0.16.5"
+ @version "0.16.6"
def project do
0 commit comments