We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b52e2b commit 549da2eCopy full SHA for 549da2e
4 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+*1.0.3* (August 25, 2024)
2
+
3
+* Version bump for rexml CVE
4
5
*1.0.2* (January 11, 2019)
6
7
* Upgraded RubyZip gem version to address the reported vulnerability
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- free_zipcode_data (1.0.2)
+ free_zipcode_data (1.0.3)
colored (~> 1.2)
kiba (~> 2.0)
optimist (~> 3.0)
bin/free_zipcode_data
100644
100755
lib/free_zipcode_data/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module FreeZipcodeData
- VERSION = '1.0.2'.freeze
+ VERSION = '1.0.3'.freeze
end
0 commit comments