Skip to content

Commit 7c2de43

Browse files
author
Andrew Stewart
authored
Merge pull request #270 from pixelunion/bump-version
Bump version to v0.8.0
2 parents 3a95225 + 0a9321b commit 7c2de43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

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

3-
## 0.8.0 [unreleased]
3+
## 0.8.0
44

55
- BREAKING: Switch default version of REST API to 2020-01 (was 2019-04).
66
- BREAKING: Add ability to specify pagination options for GET on collection resources, defaults to blocking until all results returned.

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.7.2"
4+
@version "0.8.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)