Skip to content

Commit 09b00a3

Browse files
author
Andrew Stewart
authored
Merge pull request #275 from pixelunion/bump-version
Bump version to v0.8.1
2 parents 1d69d13 + 0ffede9 commit 09b00a3

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

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.8.1
4+
35
- Fix: Remove call to `String.to_existing_atom` from param serialization. This could previously result in an unexpected error from the caller.
46

57
## 0.8.0

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

66
def project do
77
[

0 commit comments

Comments
 (0)