Skip to content

Commit

Permalink
Bump to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgaribay committed Jan 19, 2018
1 parent 2acce8f commit 3425c8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.8.0 (2018-1-18)
* Enhancements
* Raise runtime error whenever API isn't configured whenever making an API call
* Fixes
* custom headers are properly sent when V3 of the SendGrid API

## 1.7.0 (2017-9-11)
* Enhancements
* Add `add/1`, `all_recipients/3`, and `delete_recipient/2` to `SendGrid.Contacts.Lists`
Expand Down Expand Up @@ -27,7 +33,7 @@
* Enhancements
* add `add_custom_arg` for custom arguments
* remove `raise` when no API key is provided at compile-time

## 1.2.0 (2016-9-28)
* Enhancements
* add `add_attachment` for attachments
Expand All @@ -54,18 +60,18 @@
## 1.0.1 (2016-7-16)

* Fixes
* [Email] Make an exposed method private
* [Email] Make an exposed method private

## 1.0.0 (2016-7-15)

* Enhancements
* [Email] multiple TO recipients can be added with `add_to/2` and `add_to/3`
* [Email] BCC recipients can be supported
* [Email] Reply-to name can be specified as third param of `put_reply_to/3`
* [Email] added `put_send_at/2` for delayed sending of email
* [Email] added `put_send_at/2` for delayed sending of email
* [Mailer] uses V3 of the SendGrid mail send API
* [Mailer] sandbox mode can be enabled through a config setting

* Breaking Changes
* `put_to/2` no longer exists; use `add_to/2` or `add_to/3` instead
* `add_cc/2` when submitting a list of addresses no longer exists
Expand All @@ -76,7 +82,7 @@

* Enhancements
* Updated HTTPoison version for less compiler warnings when using Elixir 1.3

## 0.1.0 (2016-5-22)

* Enhancements
Expand All @@ -96,5 +102,3 @@ end

* Fixes
* Updated some docs


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.7.0",
version: "1.8.0",
elixir: "~> 1.4",
package: package(),
compilers: compilers(Mix.env),
Expand Down

0 comments on commit 3425c8d

Please sign in to comment.