We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6845452 + 2c69a97 commit 4162afaCopy full SHA for 4162afa
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Unreleased
2
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
8
## 0.9.3
9
10
- Fix: Bulk Telemetry event name is now correct.
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.9.3"}
+ {:shopify_api, github: "pixelunion/elixir-shopifyapi", tag: "v0.9.4"}
25
]
26
end
27
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Plug.ShopifyAPI.MixProject do
use Mix.Project
- @version "0.9.3"
+ @version "0.9.4"
def project do
0 commit comments