From 9bcf52c364a17f805da19cdb6183cd676050b239 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 10 Sep 2026 15:14:51 -0700 Subject: [PATCH 1/2] Set release date and copyright year --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153b6e5..a34acab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.5.0 +## 1.5.0 (2026-09-10) * Fixed two denial-of-service issues in the decoder. A crafted database could nest data-section pointers to shared targets so that decoding one record diff --git a/README.md b/README.md index ccf598c..120cce3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This library uses [Semantic Versioning](https://semver.org/). ## Copyright and License -This software is Copyright (c) 2018 - 2025 by MaxMind, Inc. +This software is Copyright (c) 2018 - 2026 by MaxMind, Inc. This is free software, licensed under the [Apache License, Version 2.0](LICENSE-APACHE) or the [MIT License](LICENSE-MIT), at your option. From 34d226bdc38dab738f862cd25230825ead6f6621 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 10 Sep 2026 15:15:13 -0700 Subject: [PATCH 2/2] Update for v1.5.0 --- Gemfile.lock | 2 +- maxmind-db.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c88df7d..0bd1d50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - maxmind-db (1.4.0) + maxmind-db (1.5.0) GEM remote: https://rubygems.org/ diff --git a/maxmind-db.gemspec b/maxmind-db.gemspec index fbab1ff..bb56eeb 100644 --- a/maxmind-db.gemspec +++ b/maxmind-db.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL, &:read).split("\x0").difference(excluded) s.name = 'maxmind-db' s.summary = 'A gem for reading MaxMind DB files.' - s.version = '1.4.0' + s.version = '1.5.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 = 'support@maxmind.com'