Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eahanson committed Jun 14, 2024
1 parent fba565d commit b48c2cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.1.0

- require Elixir 1.15 or greater
- test against the latest version of Erlang and Elixir

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 @@ Erlang.
``` elixir
def deps do
[
{:ecto_email, "~> 1.0"}
{:ecto_email, "~> 2.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EctoEmail.MixProject do
use Mix.Project

@scm_url "https://github.com/synchronal/ecto_email"
@version "2.0.0"
@version "2.1.0"

def application,
do: [
Expand Down

0 comments on commit b48c2cb

Please sign in to comment.