Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
germsvel committed Jun 11, 2021
1 parent 2fe49ad commit 506e25f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,37 @@
Most changes for each Bamboo version are included here. For a
complete changelog, see the git history for each version via the version links.

**To see the dates a version was published see the [hex package page].**
**To see the exact dates a version was published see the [hex package page].**

[hex package page]: https://hex.pm/packages/bamboo

## [2.2.0] - 2021-06-11

### Additions

* Add support for Sendgrid unique arguments ([#609])
* Accept timeout option in test helpers ([#605])
* Add assign/2 to Bamboo.Template to set many assigns ([#600])

#### Fixes/Enhancements

* Set default timeout in test helpers to 100 ([#607])
* Turn some test helpers from macros -> functions ([#604])
* Use refute_timeout configured for all refute_ assertions ([#603])
* Organize Bamboo's TestAdapter test file ([#601])
* fix deliver_later typo ([#598])
* Fix typo: Bambooo -> Bamboo ([#597])

[#609]: https://github.com/thoughtbot/bamboo/pull/609
[#607]: https://github.com/thoughtbot/bamboo/pull/607
[#605]: https://github.com/thoughtbot/bamboo/pull/605
[#604]: https://github.com/thoughtbot/bamboo/pull/604
[#603]: https://github.com/thoughtbot/bamboo/pull/603
[#601]: https://github.com/thoughtbot/bamboo/pull/601
[#600]: https://github.com/thoughtbot/bamboo/pull/600
[#598]: https://github.com/thoughtbot/bamboo/pull/598
[#597]: https://github.com/thoughtbot/bamboo/pull/597

## [2.1.0] - 2021-04-09

### Additions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To install Bamboo, add it to your list of dependencies in `mix.exs`.

```elixir
def deps do
[{:bamboo, "~> 2.1.0"}]
[{:bamboo, "~> 2.2.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Bamboo.Mixfile do
def project do
[
app: :bamboo,
version: "2.1.0",
version: "2.2.0",
elixir: "~> 1.6",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit 506e25f

Please sign in to comment.