Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgaribay committed Aug 3, 2016
1 parent c6d0b55 commit 0d75d7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.3 (2016-8-3)

* Fixes
* replace documentation using to `put_to` with `add_to`

## 1.0.2 (2016-7-20)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A wrapper for SendGrid's API to create composable emails.
Add the following code to your dependencies in your **`mix.exs`** file:

```elixir
{:sendgrid, "~> 1.0.2"}
{:sendgrid, "~> 1.0.3"}
```

## Configuration
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.0.2",
version: "1.0.3",
elixir: "~> 1.2",
package: package,
description: description,
Expand Down

0 comments on commit 0d75d7b

Please sign in to comment.