Skip to content

Commit

Permalink
Bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Feb 7, 2018
1 parent e7fb3d2 commit 4c09ef7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.1.2 (2018-02-07)

* HELO doesn't work with empty message (#10)
* Format Code using Elixir 1.6

## v0.1.1 (2017-09-29)

* Check Type of email parameter in valid? function

## v0.1.0 (2017-02-27)

* Make Checks configurable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end
def deps do
[
# other dependencies...
{:email_checker, "~> 0.1.1"}
{:email_checker, "~> 0.1.2"}
# other dependencies...
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EmailChecker.Mixfile do
use Mix.Project

@version "0.1.1"
@version "0.1.2"

def project do
[
Expand Down

0 comments on commit 4c09ef7

Please sign in to comment.