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 203c982 commit 64d4c13Copy full SHA for 64d4c13
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Change Log
2
3
+## v0.3.1 (2017/02/28)
4
+- Template preview support contributed by @asgoel - Thanks!
5
+
6
## v0.3.0 (2017/02/03)
7
- Made Transmission.options.return_path optional. It's only useful for Enterprise customers.
8
- Added a `:http_recv_timeout` config param (thanks davidefedrigo)
mix.exs
@@ -3,7 +3,7 @@ defmodule SparkPost.Mixfile do
def project do
[app: :sparkpost,
- version: "0.3.0",
+ version: "0.3.1",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
9
start_permanent: Mix.env == :prod,
0 commit comments