We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6f04dc + 4907692 commit 717340fCopy full SHA for 717340f
2 files changed
CHANGELOG.md
@@ -1,8 +1,11 @@
1
## Unreleased
2
3
+## 0.3.0
4
+
5
- Support API versioning
-- Changed Event.t() typespec to be strings for destination and action.
6
- 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.
9
10
## 0.2.7
11
mix.exs
@@ -1,7 +1,7 @@
defmodule Plug.ShopifyAPI.MixProject do
use Mix.Project
- @version "0.2.7"
+ @version "0.3.0"
def project do
[
0 commit comments