Skip to content

Commit

Permalink
Merge 829f112 into 0d78b47
Browse files Browse the repository at this point in the history
  • Loading branch information
igorffs authored Jul 30, 2019
2 parents 0d78b47 + 829f112 commit 184df01
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.6

* Fix max length for German numbers to 11

## v0.4.5

Expand Down
2 changes: 1 addition & 1 deletion lib/phone/de.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Phone.DE do

use Helper.Country

def regex, do: ~r/^(49)()(.{8})/
def regex, do: ~r/^(49)()(.{8,11})/
def country, do: "Germany"
def a2, do: "DE"
def a3, do: "DEU"
Expand Down

0 comments on commit 184df01

Please sign in to comment.