Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.16.6

- New: Add support for passing options to `ShopifyAPI.Bulk.Query.exec/3`, with `group_objects`
as a new option to group the returned objects by a specified key.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The package can be installed by adding `shopify_api` to your list of dependencie
```elixir
def deps do
[
{:shopify_api, github: "pixelunion/elixir-shopifyapi", tag: "v0.16.5"}
{:shopify_api, github: "pixelunion/elixir-shopifyapi", tag: "v0.16.6"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Plug.ShopifyAPI.MixProject do
use Mix.Project

@version "0.16.5"
@version "0.16.6"

def project do
[
Expand Down
Loading