Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderDwyl authored Oct 14, 2021
2 parents 92907e0 + b8bcc9b commit c49dee8
Show file tree
Hide file tree
Showing 4 changed files with 13,322 additions and 12,146 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
language: go
go:
- 1.9
- 1.10.x
- tip
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"
- "1.16.x"
- master


script:
- go mod tidy
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CHANGELOG
=========

* 1.1.0 - Updated support for new Oman phone number schema. ([#89](https://github.com/ttacon/libphonenumber/pull/89) cheers @jayd3e).
* 1.0.1 - Updated support for Vietnam phone number validation. ([#79](https://github.com/ttacon/libphonenumber/pull/79) cheers @XanderDwyl).
* 1.0.0 - First versioned release.
Loading

0 comments on commit c49dee8

Please sign in to comment.