Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ewandennis committed May 14, 2018
1 parent 3b8cb59 commit f0d3437
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

## v0.5.2 (2018-05-14)
- Bumped httpoison dep to ~1.0 (thanks @jasongoodwin)

## v0.5.1 (2017/05/22)
- Poison dependency further relaxed to ~> 2.0 or ~> 3.0 to allow for Phoenix
- Removed unnecessary ibrowse mention from README
Expand Down
4 changes: 2 additions & 2 deletions 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.5.1",
version: "0.5.2",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down Expand Up @@ -38,7 +38,7 @@ defmodule SparkPost.Mixfile do
defp package do
[
files: ["mix.exs", "lib", "README.md", "CONTRIBUTING.md", "LICENSE.md"],
maintainers: ["Ewan Dennis", "Rich Leland"],
maintainers: ["Ewan Dennis"],
licenses: ["Apache 2.0"],
links: %{
"Github" => "https://github.com/SparkPost/elixir-sparkpost",
Expand Down

0 comments on commit f0d3437

Please sign in to comment.