From 974304883a07541123e1e2be9977474eb71ad83d Mon Sep 17 00:00:00 2001 From: Vadim Senderovich Date: Mon, 3 Dec 2018 07:11:59 +0200 Subject: [PATCH] bumped version --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/phonelib/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3d32b..8886655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Upcoming Changes (unreleased) +## 0.6.28 - December 3, 2018 +- updated data + ## 0.6.27 - November 13, 2018 - added ```valid_country_name``` method to return country name where the parsed phone comes from (in case it's valid) - ```country_specifier``` in validator can now be set as symbol and not only proc, review the documentation diff --git a/Gemfile.lock b/Gemfile.lock index baad076..689541c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phonelib (0.6.27) + phonelib (0.6.28) GEM remote: http://rubygems.org/ diff --git a/lib/phonelib/version.rb b/lib/phonelib/version.rb index 285fbd2..e0593b9 100644 --- a/lib/phonelib/version.rb +++ b/lib/phonelib/version.rb @@ -1,4 +1,4 @@ module Phonelib # @private - VERSION = '0.6.27' + VERSION = '0.6.28' end