We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda1ba4 commit 1c8044cCopy full SHA for 1c8044c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Upcoming Changes (unreleased)
2
3
+## 0.6.34 - May 20, 2019
4
+- updated data
5
+
6
## 0.6.33 - April 22, 2019
7
- adding ```Phonelib.strict_double_prefix_check``` configuration variable to disable sanitizing of double prefix on passed phone number
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- phonelib (0.6.33)
+ phonelib (0.6.34)
GEM
remote: http://rubygems.org/
lib/phonelib/version.rb
@@ -1,4 +1,4 @@
module Phonelib
# @private
- VERSION = '0.6.33'
+ VERSION = '0.6.34'
end
0 commit comments