Skip to content

Commit b044221

Browse files
committed
ver bump
1 parent 0fea128 commit b044221

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
## Unreleased
22

3-
- Updated to Exq 0.13.1
3+
## 0.2.5
4+
5+
- Add new Plug.AdminAuthenticator for easy Shop admin panel authentication
6+
- Refactor Plug.Webhook
7+
8+
## 0.2.4
9+
10+
- Bump Exq ver and use Jason encoding for jobs
11+
- Add REST.Asset and REST.Theme
12+
13+
## 0.2.3
14+
15+
- Added filter params to REST.Metafield.all/2&3
416

517
## 0.2.2
618

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The package can be installed by adding `shopify_api` to your list of dependencie
1212
```elixir
1313
def deps do
1414
[
15-
{:shopify_api, github: "pixelunion/elixir-shopifyapi", tag: "0.2.3"}
15+
{:shopify_api, github: "pixelunion/elixir-shopifyapi", tag: "v0.2.5"}
1616
]
1717
end
1818
```

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.2.4"
4+
@version "0.2.5"
55

66
def project do
77
[

0 commit comments

Comments
 (0)