We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6b8aa commit 7b92606Copy full SHA for 7b92606
2 files changed
CHANGELOG.md
@@ -1,7 +1,10 @@
1
## Unreleased
2
3
+## 0.2.7
4
+
5
- Added new endpoint for customer search
6
- Added new endpoints for draft orders
7
+- Added the ShopifyAPI namespace prefix to the GraphQL modules
8
9
## 0.2.6
10
mix.exs
@@ -1,7 +1,7 @@
defmodule Plug.ShopifyAPI.MixProject do
use Mix.Project
- @version "0.2.6"
+ @version "0.2.7"
def project do
[
0 commit comments