Skip to content

Commit

Permalink
Merge pull request #105 from fcevado/v0.4.1
Browse files Browse the repository at this point in the history
v0.4.1
  • Loading branch information
fcevado committed Jun 16, 2017
2 parents 2ae80cf + eb8acbd commit 10b406a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: elixir
elixir:
- 1.2.6
- 1.3.4
- 1.4.2
- 1.4.4

otp_release:
- 18.3
Expand Down
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.1:
* Add 833 toll free number to NANP

## v0.4.0:
* Updates `Helper.Countries` and `Helper.Area` behavior
* Several changes to improve performance.
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.0",
version: "0.4.1",
elixir: ">= 1.1.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 10b406a

Please sign in to comment.