Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-co committed Apr 30, 2021
1 parent c85189f commit e25fbec
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,4 +1,4 @@
## Unreleased
## 1.0.0

### Changes
* Change return of deliver/2 to work with Bamboo v2.0
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.7"}]
[{:bamboo_postmark, "~> 1.0"}]
# Or use the latest from master
[{:bamboo_postmark, github: "pablo-co/bamboo_postmark"}]
end
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.7.0",
version: "1.0.0",
elixir: "~> 1.4",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit e25fbec

Please sign in to comment.