Skip to content

Commit df668f6

Browse files
committed
0.5.1 bump, removed ibrowse from README
1 parent 2323811 commit df668f6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change Log
22

3+
## v0.5.1 (2017/05/22)
4+
- Poison dependency further relaxed to ~> 2.0 or ~> 3.0 to allow for Phoenix
5+
- Removed unnecessary ibrowse mention from README
6+
37
## v0.5.0 (2017/04/13)
48
- This release brought to you by the tireless @asgoel
59
- Core suppression list support

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Capabilities include:
1919
```elixir
2020
def deps do
2121
[
22-
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"},
23-
{:sparkpost, "~> 0.5.0"}
22+
{:sparkpost, "~> 0.5.1"}
2423
]
2524
end
2625
```

mix.exs

Lines changed: 1 addition & 1 deletion
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.5.0",
6+
version: "0.5.1",
77
elixir: "~> 1.2",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)