Skip to content

Commit 90b8389

Browse files
committed
Bump version
1 parent 1a30c4c commit 90b8389

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.4.0 (2017-2-15)
4+
* Enhancements
5+
* update `httpoison` to 0.11.0 and `poison` to 3.0
6+
* clean up compiler warnings when using Elixir 1.3
7+
38
## 1.3.0 (2016-11-5)
49
* Enhancements
510
* add `add_custom_arg` for custom arguments

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule SendGrid.Mixfile do
33

44
def project do
55
[app: :sendgrid,
6-
version: "1.3.0",
6+
version: "1.4.0",
77
elixir: "~> 1.2",
88
package: package(),
99
description: description(),

0 commit comments

Comments
 (0)