Skip to content

Commit

Permalink
Version bump: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewandennis committed Feb 3, 2017
1 parent e7e334b commit db61e12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

## v0.3.0 (2017/02/03)
- Made Transmission.options.return_path optional. It's only useful for Enterprise customers.
- Added a `:http_recv_timeout` config param (thanks davidefedrigo)
- Bumped default connection timeout to 30 secs

## v0.2.1 (2016/11/03)
- Added support for `start_time`, `ip_pool` and `inline_css` transmission options
- Updated deps to latest versions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Capabilities include:
def deps do
[
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"},
{:sparkpost, "~> 0.1.0"}
{:sparkpost, "~> 0.3.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule SparkPost.Mixfile do

def project do
[app: :sparkpost,
version: "0.2.1",
version: "0.3.0",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit db61e12

Please sign in to comment.