Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgaribay committed Mar 15, 2019
1 parent 94ab15b commit 6511661
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.0.0 (Unreleased)
## 2.0.0 (2019-3-15)

### Enhancements
* Switch from using `HTTPoison` to using `Tesla`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SendGrid.Email.build()
Add the following code to your dependencies in your **`mix.exs`** file:

```elixir
{:sendgrid, "~> 1.8.0"}
{:sendgrid, "~> 2.0"}
```

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

0 comments on commit 6511661

Please sign in to comment.