We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d69d13 + 0ffede9 commit 09b00a3Copy full SHA for 09b00a3
3 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 0.8.1
4
+
5
- Fix: Remove call to `String.to_existing_atom` from param serialization. This could previously result in an unexpected error from the caller.
6
7
## 0.8.0
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.2.5"}
+ {:shopify_api, github: "pixelunion/elixir-shopifyapi", tag: "v0.8.1"}
25
]
26
end
27
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Plug.ShopifyAPI.MixProject do
use Mix.Project
- @version "0.8.0"
+ @version "0.8.1"
def project do
0 commit comments