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 7487837 commit e58aa4bCopy full SHA for e58aa4b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 1.1.1
+## 1.1.1 (2020-06-23)
4
5
* Fixed the memory reader's inspect method to no longer attempt to modify a
6
frozen string. Pull request by Tietew. GitHub #35.
maxmind-db.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.files = Dir['**/*']
s.name = 'maxmind-db'
7
s.summary = 'A gem for reading MaxMind DB files.'
8
- s.version = '1.1.0'
+ s.version = '1.1.1'
9
10
s.description = 'A gem for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).'
11
s.email = '[email protected]'
0 commit comments