Skip to content

Commit 66ef559

Browse files
Bump version
1 parent 1681a03 commit 66ef559

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
*1.0.2* (January 11, 2019)
2+
3+
* Upgraded RubyZip gem version to address the reported vulnerability
4+
* Upgrade from Trollop (now deprecated) to Optimist
5+
* Fix issue #12 (No such file or directory @ rb_sysopen - country_lookup_table.yml) - thanks @srghma
6+
17
*1.0.1* (April 23, 2018)
28

39
* Made it a gem with a command line executable bin/free_zipcode_data

lib/free_zipcode_data/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FreeZipcodeData
4-
VERSION = '1.0.1'.freeze
4+
VERSION = '1.0.2'.freeze
55
end

0 commit comments

Comments
 (0)