Skip to content

Commit 7632b9e

Browse files
authored
Merge pull request #70 from maxmind/horgh/release
Release 1.2.0
2 parents 524f4fa + e86c08a commit 7632b9e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Changelog
22

3-
## 1.2.0
3+
## 1.2.0 (2023-11-22)
44

55
* Ruby 2.4 is no longer supported. If you're using Ruby 2.4, please use
66
version 1.1.1 of this gem.
77
* `Object#respond_to?` is no longer called on every read. Pull request by
88
Jean byroot Boussier. GitHub #65.
9+
* The `get` and `get_prefix_length` methods now accept the IP addresses as
10+
`IPAddr` objects. Strings are still accepted too. Pull request by Eddie
11+
Lebow. GitHub #69.
912

1013
## 1.1.1 (2020-06-23)
1114

maxmind-db.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.files = Dir['**/*']
66
s.name = 'maxmind-db'
77
s.summary = 'A gem for reading MaxMind DB files.'
8-
s.version = '1.1.1'
8+
s.version = '1.2.0'
99

1010
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).'
1111
s.email = '[email protected]'

0 commit comments

Comments
 (0)