Skip to content

Commit c65e04b

Browse files
committed
cut ver 0.16.6
1 parent 7486430 commit c65e04b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The package can be installed by adding `shopify_api` to your list of dependencie
2121
```elixir
2222
def 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
]
2626
end
2727
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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
[

0 commit comments

Comments
 (0)