Skip to content

Commit

Permalink
Merge pull request #108 from fcevado/v0.4.2
Browse files Browse the repository at this point in the history
Update to v0.4.2
  • Loading branch information
fcevado authored Sep 5, 2017
2 parents 61e203b + 37ab764 commit 906bf24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.4.2:
* Correct parsing for Angola numbers

## v0.4.1:
* Add 833 toll free number to NANP

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Phone.Mixfile do

def project do
[app: :phone,
version: "0.4.1",
version: "0.4.2",
elixir: ">= 1.1.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 906bf24

Please sign in to comment.