Skip to content

Commit 549da2e

Browse files
author
Chris Blackburn
committed
Bump version
1 parent 0b52e2b commit 549da2e

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
*1.0.3* (August 25, 2024)
2+
3+
* Version bump for rexml CVE
4+
15
*1.0.2* (January 11, 2019)
26

37
* Upgraded RubyZip gem version to address the reported vulnerability

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
free_zipcode_data (1.0.2)
4+
free_zipcode_data (1.0.3)
55
colored (~> 1.2)
66
kiba (~> 2.0)
77
optimist (~> 3.0)

bin/free_zipcode_data

100644100755
File mode changed.

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.2'.freeze
4+
VERSION = '1.0.3'.freeze
55
end

0 commit comments

Comments
 (0)