Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcevado committed May 6, 2020
1 parent 45ddad4 commit 0c7c703
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.5.1

* Update regex for Singapore to support 10 digits number.

## v0.5.0

* Add support to region codes for Spain.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Phone.Mixfile do
def project do
[
app: :phone,
version: "0.5.0",
version: "0.5.1",
elixir: ">= 1.1.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 0c7c703

Please sign in to comment.