Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fcevado committed Dec 29, 2020
1 parent 1b91fca commit 54101be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## v0.5.2

* Update regex for Jamaica to support new region code.
* Fix typo on Saint Vincent and the Grenadines country name.

## v0.5.1

* Update regex for Singapore to support 10 digits number.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule Phone.Mixfile do
def project do
[
app: :phone,
version: "0.5.1",
version: "0.5.2",
elixir: ">= 1.1.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 54101be

Please sign in to comment.