Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sax committed May 31, 2024
1 parent ca2c6cd commit d916c7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Change log

## 2.0.0

- Email addresses with different cases are considered equal.
- **Breaking change:** Use `EctoEmail` instead of `Ecto.Email`.

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 "1.0.0"
@version "2.0.0"

def application,
do: [
Expand Down

0 comments on commit d916c7c

Please sign in to comment.