Skip to content

Commit db61e12

Browse files
committed
Version bump: 0.3.0
1 parent e7e334b commit db61e12

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Change Log
22

3+
## v0.3.0 (2017/02/03)
4+
- Made Transmission.options.return_path optional. It's only useful for Enterprise customers.
5+
- Added a `:http_recv_timeout` config param (thanks davidefedrigo)
6+
- Bumped default connection timeout to 30 secs
7+
38
## v0.2.1 (2016/11/03)
49
- Added support for `start_time`, `ip_pool` and `inline_css` transmission options
510
- Updated deps to latest versions

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Capabilities include:
2020
def deps do
2121
[
2222
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"},
23-
{:sparkpost, "~> 0.1.0"}
23+
{:sparkpost, "~> 0.3.0"}
2424
]
2525
end
2626
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule SparkPost.Mixfile do
33

44
def project do
55
[app: :sparkpost,
6-
version: "0.2.1",
6+
version: "0.3.0",
77
elixir: "~> 1.2",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)