Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-co committed May 23, 2017
1 parent 10bd20e commit 6a2aabd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.4.0

### New Additions

* Allow configuration of request options ([#12])

[#12]: https://github.com/pablo-co/bamboo_postmark/pull/12

## 0.3.0

### New Additions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The package can be installed as:
```elixir
def deps do
# Get from hex
[{:bamboo_postmark, "~> 0.3.0"}]
[{:bamboo_postmark, "~> 0.4"}]
# Or use the latest from master
[{:bamboo_postmark, github: "pablo-co/bamboo_postmark"}]
end
Expand Down
2 changes: 0 additions & 2 deletions lib/bamboo/postmark_helper.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ defmodule Bamboo.PostmarkHelper do
Postmarks's API docs for this can be found [here](https://www.mandrillapp.com/api/docs/messages.JSON.html#method=send-template).
## Example
template(email, "9746128")
template(email, "9746128", %{"name" => "Name", "content" => "John"})
"""
Expand All @@ -40,7 +39,6 @@ defmodule Bamboo.PostmarkHelper do
Put extra message parameters that are used by Postmark. You can set things like TrackOpens or TrackLinks.
## Example
put_params(email, "TrackLinks", "HtmlAndText")
put_params(email, "TrackOpens", true)
"""
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule BambooPostmark.Mixfile do

def project do
[app: :bamboo_postmark,
version: "0.3.0",
version: "0.4.0",
elixir: "~> 1.2",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit 6a2aabd

Please sign in to comment.