We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a95225 + 0a9321b commit 7c2de43Copy full SHA for 7c2de43
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## Unreleased
2
3
-## 0.8.0 [unreleased]
+## 0.8.0
4
5
- BREAKING: Switch default version of REST API to 2020-01 (was 2019-04).
6
- BREAKING: Add ability to specify pagination options for GET on collection resources, defaults to blocking until all results returned.
mix.exs
@@ -1,7 +1,7 @@
defmodule Plug.ShopifyAPI.MixProject do
use Mix.Project
- @version "0.7.2"
+ @version "0.8.0"
def project do
7
[
0 commit comments