Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.0 #70

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## 1.2.0
## 1.2.0 (2023-11-22)

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

## 1.1.1 (2020-06-23)

Expand Down
2 changes: 1 addition & 1 deletion maxmind-db.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.files = Dir['**/*']
s.name = 'maxmind-db'
s.summary = 'A gem for reading MaxMind DB files.'
s.version = '1.1.1'
s.version = '1.2.0'

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