Skip to content

Commit 4162afa

Browse files
authored
Merge pull request #337 from pixelunion/chore/ver_bump
Bump to v0.9.4
2 parents 6845452 + 2c69a97 commit 4162afa

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Unreleased
22

3+
## 0.9.4
4+
5+
- "/install" route now handles app name in path - thanks @tres
6+
- Throw ShopNotFoundError and ShopUnavailableError in Bulk.Query.exec/3
7+
38
## 0.9.3
49

510
- Fix: Bulk Telemetry event name is now correct.

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.9.3"}
24+
{:shopify_api, github: "pixelunion/elixir-shopifyapi", tag: "v0.9.4"}
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.9.3"
4+
@version "0.9.4"
55

66
def project do
77
[

0 commit comments

Comments
 (0)