From 17c0362082341208bf9aadb61939e4de74005b44 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 10 Apr 2024 14:03:57 -0400 Subject: [PATCH] version bump to v1.16.4 --- CHANGELOG.md | 7 +++++++ lib/nokogiri/version/constant.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da6e227e65..a9232fe0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- +## v1.16.4 / 2024-04-10 + +### Dependencies + +* [CRuby] Vendored zlib in the precompiled native gems is updated to [v1.3.1](https://zlib.net/ChangeLog.txt) from v1.3. Nokogiri is not affected by the minizip CVE patched in this version, but this update may satisfy some security scanners. Related, see [this discussion](https://github.com/sparklemotion/nokogiri/discussions/3168) about removing the compression libraries altogether in a future version of Nokogiri. + + ## v1.16.3 / 2024-03-15 ### Dependencies diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index a1f7b5b695..8432b20bea 100644 --- a/lib/nokogiri/version/constant.rb +++ b/lib/nokogiri/version/constant.rb @@ -2,5 +2,5 @@ module Nokogiri # The version of Nokogiri you are using - VERSION = "1.16.3" + VERSION = "1.16.4" end