We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a30c4c commit 90b8389Copy full SHA for 90b8389
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
## 1.3.0 (2016-11-5)
9
* Enhancements
10
* add `add_custom_arg` for custom arguments
mix.exs
@@ -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(),
0 commit comments