From 35ec8c58329e790c9715bc8f4ee2ee7aec5aa10f Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 12 Dec 2024 16:07:01 -0500 Subject: [PATCH] version bump to v1.17.2 --- 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 abd4803578..7f0b51c2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- +## v1.17.2 / 2024-12-12 + +### Fixed + +* [JRuby] Fixed an issue where `Node#dup` when called with the `new_parent_doc` parameter was not decorating the node with the document's `Node` decorators. [#3372] @flavorjones + + ## v1.17.1 / 2024-12-10 ### Fixed diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index ecb3227767..ec7180066d 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.17.1" + VERSION = "1.17.2" end