Skip to content

Commit 717340f

Browse files
author
Graham Baradoy
authored
Merge pull request #193 from pixelunion/ver-bump-0.3.0
Bump version to 0.3.0
2 parents f6f04dc + 4907692 commit 717340f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.3.0
4+
35
- Support API versioning
4-
- Changed Event.t() typespec to be strings for destination and action.
56
- Coerce events from the queue into %Events{}
7+
- Change Events in EventQueue to use string destinations and actions
8+
- Changed Event.t() typespec to be strings for destination and action.
69

710
## 0.2.7
811

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

66
def project do
77
[

0 commit comments

Comments
 (0)