Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgaribay committed Feb 16, 2017
1 parent 1a30c4c commit 90b8389
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.4.0 (2017-2-15)
* Enhancements
* update `httpoison` to 0.11.0 and `poison` to 3.0
* clean up compiler warnings when using Elixir 1.3

## 1.3.0 (2016-11-5)
* Enhancements
* add `add_custom_arg` for custom arguments
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 SendGrid.Mixfile do

def project do
[app: :sendgrid,
version: "1.3.0",
version: "1.4.0",
elixir: "~> 1.2",
package: package(),
description: description(),
Expand Down

0 comments on commit 90b8389

Please sign in to comment.