We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b3a86 commit addac9cCopy full SHA for addac9c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## Change Log
2
3
-## v0.3.1 (2017/02/28)
+## v0.4.0 (2017/02/28)
4
- Template preview support contributed by @asgoel - Thanks!
5
6
## v0.3.0 (2017/02/03)
mix.exs
@@ -3,7 +3,7 @@ defmodule SparkPost.Mixfile do
def project do
[app: :sparkpost,
- version: "0.3.1",
+ version: "0.4.0",
7
elixir: "~> 1.2",
8
build_embedded: Mix.env == :prod,
9
start_permanent: Mix.env == :prod,
0 commit comments