From e25fbecde39adc90c84c1fc64545d8f332c3ce85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20C=C3=A1rdenas?= Date: Fri, 30 Apr 2021 13:09:35 -0500 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 2 +- README.md | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d16db2..fb7076f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 1.0.0 ### Changes * Change return of deliver/2 to work with Bamboo v2.0 diff --git a/README.md b/README.md index 228be12..9c465ef 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mix.exs b/mix.exs index eccea78..6cb2dfc 100644 --- a/mix.exs +++ b/mix.exs @@ -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,